Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7c3f155d authored by Lucas Nussbaum's avatar Lucas Nussbaum
Browse files

[.gitlab-ci.yml] Improve check for uncommitted files

parent 7dfd4dae
No related branches found
No related tags found
No related merge requests found
Pipeline #48227 failed
...@@ -26,6 +26,8 @@ generate-reference-api: ...@@ -26,6 +26,8 @@ generate-reference-api:
- export TZ=Europe/Paris - export TZ=Europe/Paris
- rake reference-api - rake reference-api
- git status - git status
- echo "Checking that git status output is empty..."
- [ "`git status -s`" = "" ]
- git diff --exit-code - git diff --exit-code
deploy: deploy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment