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

Mettre à jour le fichier .gitlab-ci.yml

parent f92846ee
No related branches found
No related tags found
No related merge requests found
Pipeline #36926 passed
......@@ -6,6 +6,8 @@ format_json:
image: alpine:latest
before_script:
- apk add --no-cache jq git
- git remote remove origin
- 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 --indent 1 . "$file" > tmp && mv tmp "$file"; done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment