Correction d'erreur dans le script de CI

This commit is contained in:
Adrien Bourmault 2022-04-11 14:30:00 +00:00
parent d348cefc8d
commit a49ecd088d
1 changed files with 2 additions and 2 deletions

View File

@ -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