Skip to content
Snippets Groups Projects
Commit a56b29e8 authored by Vincent Namy (EDU_GE)'s avatar Vincent Namy (EDU_GE)
Browse files

Mettre à jour le fichier .gitlab-ci.yml

parent 4d61e7c6
No related branches found
No related tags found
No related merge requests found
Pipeline #36923 failed
......@@ -11,6 +11,7 @@ format_json:
- for file in Notebooks/*.ipynb; do jq --indent 1 . "$file" > tmp && mv tmp "$file"; done
- git config --global user.email "ci-bot@example.com"
- git config --global user.name "CI Bot"
- git fetch --unshallow
- git add --all
- git commit -m "Formatted IPYNB files"
- git push origin $CI_COMMIT_REF_NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment