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

Mettre à jour le fichier .gitlab-ci.yml

parent a5191bd9
Branches
No related tags found
No related merge requests found
Pipeline #36921 failed
......@@ -8,6 +8,8 @@ format_json:
- apk add --no-cache jq git
script:
- 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 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