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

Mettre à jour le fichier .gitlab-ci.yml

parent 219c2a19
No related branches found
No related tags found
No related merge requests found
Pipeline #36922 failed
......@@ -7,6 +7,7 @@ format_json:
before_script:
- apk add --no-cache jq git
script:
- echo "Current branch:" $CI_COMMIT_REF_NAME
- 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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment