From 6274938cd2b4572f03216ce40493107f89c2381e Mon Sep 17 00:00:00 2001 From: Yann Michel Date: Fri, 19 Sep 2025 08:31:34 +0000 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20le=20fichier=20.gitlab?= =?UTF-8?q?-ci.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 817f079..aceccdc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,6 @@ deploy-job: - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "master"' when: always environment: production - dependencies: - - build-job before_script: ## Install ssh-agent if not already installed, it is required by Docker. - 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'