Update .gitlab-ci.yml file

This commit is contained in:
Adrien Bourmault 2022-04-11 23:40:56 +00:00
parent b2cbde2f12
commit 7583dcd08b
1 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@ test-job:
- 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
- find -name '*.gsl' -exec gsl check $(ls {}) \;
@ -42,6 +41,5 @@ deploy-job: # This job runs in the deploy stage.
script:
- echo "Déploiement..."
- cd /home/webmaster/articles
- gsl make -F
- find -name '*.gsl' -exec gsl make $(ls {}) \;
- echo "Déploiement terminé."