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:
|
||||
stage: build
|
||||
script:
|
||||
- echo "Récupération du dernier `git push`..."
|
||||
- echo "Récupération du dernier git push..."
|
||||
- cd /home/webmaster/articles
|
||||
- git checkout -- .
|
||||
- git pull
|
||||
|
@ -29,7 +29,7 @@ build-job:
|
|||
test-job:
|
||||
stage: test
|
||||
script:
|
||||
- echo "Exécution de `gsl check -F`..."
|
||||
- echo "Exécution de gsl check..."
|
||||
- cd /home/webmaster/articles
|
||||
- gsl check -F
|
||||
|
||||
|
|
Loading…
Reference in New Issue