From 59dc6fef102b1970a21eede33cb54d904c8919b6 Mon Sep 17 00:00:00 2001 From: "Vincent Namy (EDU_GE)" <vincent.namy@edu.ge.ch> Date: Thu, 26 Dec 2024 17:16:51 +0100 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20le=20fichier=20.gitlab?= =?UTF-8?q?-ci.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c9dbec..b3fe34a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 --indent 1 . "$file" > tmp && mv tmp "$file"; done + - for file in Notebooks/*.ipynb; do jq --raw-output --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 -- GitLab