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

Mettre à jour le fichier .gitlab-ci.yml

parent 7c7529f0
Branches
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ format_json:
- git remote add origin https://oauth2:$OAUTH_TOKEN@$CI_SERVER_HOST/$CI_PROJECT_PATH.git
script:
- echo "Current branch:" $CI_COMMIT_REF_NAME
- for file in Notebooks/*.ipynb; do jq --raw-output --sort-keys --indent 1 . "$file" > tmp && mv tmp "$file"; done
- for file in Notebooks/*.ipynb; do jq --sort-keys --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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment