Correction d'erreur dans le script de CI
This commit is contained in:
parent
d348cefc8d
commit
a49ecd088d
|
@ -21,7 +21,7 @@ stages: # List of stages for jobs, and their order of execution
|
||||||
build-job:
|
build-job:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- echo "Récupération du dernier `git push`..."
|
- echo "Récupération du dernier git push..."
|
||||||
- cd /home/webmaster/articles
|
- cd /home/webmaster/articles
|
||||||
- git checkout -- .
|
- git checkout -- .
|
||||||
- git pull
|
- git pull
|
||||||
|
@ -29,7 +29,7 @@ build-job:
|
||||||
test-job:
|
test-job:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- echo "Exécution de `gsl check -F`..."
|
- echo "Exécution de gsl check..."
|
||||||
- cd /home/webmaster/articles
|
- cd /home/webmaster/articles
|
||||||
- gsl check -F
|
- gsl check -F
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue