From b022702fe6b3d79d3cb1ea4ac0092490e61a4c9e Mon Sep 17 00:00:00 2001 From: Chetouane <elias.chetouane@univ-grenoble-alpes.fr> Date: Wed, 17 Jan 2024 14:59:42 +0100 Subject: [PATCH] Correction de HEAD --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c66c4a..a6f3477 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ build-dois-csv: - git remote set-url --push origin "git@gricad-gitlab:${CI_PROJECT_PATH}.git" - git add -f dois-uga.csv 2-produce-graph/hist-evol-datasets-per-repo.png 2-produce-graph/hist-quantity-year-type.png 2-produce-graph/pie--datacite-client.png 2-produce-graph/pie--datacite-type.png - git commit -m "Nouvelle execution du pipeline" - - git push $CI_COMMIT_REF_NAME + - git push origin HEAD:$CI_COMMIT_REF_NAME artifacts: paths: -- GitLab