From 2d56c13a76360d84ee6d6c60313a22d3659ac0f2 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 11 Apr 2022 23:54:08 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0980a8c..2ea8a88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,6 @@ stages: # List of stages for jobs, and their order of execution - build - - test - deploy build-job: @@ -25,15 +24,8 @@ build-job: - cd /home/webmaster/articles - git checkout -- . - git pull - -test-job: - stage: test - script: - - echo "Exécution de gsl check..." - - cd /home/webmaster/articles - rsync fichiers/.[^.]* /var/lib/gsl/domains/chalec.org/files - rsync images/.[^.]* /var/lib/gsl/domains/chalec.org/images - - gsl check -F deploy-job: # This job runs in the deploy stage.