Bug de GSL réparé
This commit is contained in:
parent
6d876746d5
commit
9395d1df46
|
@ -28,7 +28,6 @@ build-job:
|
||||||
|
|
||||||
test-job:
|
test-job:
|
||||||
stage: test
|
stage: test
|
||||||
allow_failure: true
|
|
||||||
script:
|
script:
|
||||||
- echo "Exécution de gsl check..."
|
- echo "Exécution de gsl check..."
|
||||||
- cd /home/webmaster/articles
|
- cd /home/webmaster/articles
|
||||||
|
@ -36,7 +35,6 @@ test-job:
|
||||||
|
|
||||||
deploy-job: # This job runs in the deploy stage.
|
deploy-job: # This job runs in the deploy stage.
|
||||||
stage: deploy # It only runs when *both* jobs in the test stage complete successfully.
|
stage: deploy # It only runs when *both* jobs in the test stage complete successfully.
|
||||||
allow_failure: true
|
|
||||||
script:
|
script:
|
||||||
- echo "Déploiement..."
|
- echo "Déploiement..."
|
||||||
- cd /home/webmaster/articles
|
- cd /home/webmaster/articles
|
||||||
|
|
Loading…
Reference in New Issue