Update .gitlab-ci.yml file

This commit is contained in:
Adrien Bourmault 2022-04-11 23:54:08 +00:00
parent 1328fb7beb
commit 2d56c13a76
1 changed files with 0 additions and 8 deletions

View File

@ -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.