From 9395d1df46301e975ad18b12353fdb0f4fa43b0a Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 11 Apr 2022 16:51:03 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20de=20GSL=20r=C3=A9par=C3=A9?= 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 5c2969a..34762e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,6 @@ build-job: test-job: stage: test - allow_failure: true script: - echo "Exécution de gsl check..." - cd /home/webmaster/articles @@ -36,7 +35,6 @@ test-job: deploy-job: # This job runs in the deploy stage. stage: deploy # It only runs when *both* jobs in the test stage complete successfully. - allow_failure: true script: - echo "Déploiement..." - cd /home/webmaster/articles