Update .gitlab-ci.yml file
This commit is contained in:
parent
b2cbde2f12
commit
7583dcd08b
|
@ -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é."
|
||||
|
|
Loading…
Reference in New Issue