Update .gitlab-ci.yml file
This commit is contained in:
parent
fe8aa31c8f
commit
b2cbde2f12
|
@ -34,7 +34,7 @@ test-job:
|
|||
- 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 {} \;
|
||||
- find -name '*.gsl' -exec gsl check $(ls {}) \;
|
||||
|
||||
|
||||
deploy-job: # This job runs in the deploy stage.
|
||||
|
@ -43,5 +43,5 @@ deploy-job: # This job runs in the deploy stage.
|
|||
- echo "Déploiement..."
|
||||
- cd /home/webmaster/articles
|
||||
- gsl make -F
|
||||
- find -name '*.gsl' -exec gsl make {} \;
|
||||
- find -name '*.gsl' -exec gsl make $(ls {}) \;
|
||||
- echo "Déploiement terminé."
|
||||
|
|
Loading…
Reference in New Issue