Skip to content
Snippets Groups Projects
Commit f4e0bd1f authored by Elias Chetouane's avatar Elias Chetouane
Browse files

Changement du chemin d'accès au dépôt par le pipeline.

parent 1c1e8cff
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ build-dois-csv:
after_script:
- git config user.name "${GITLAB_USER_NAME}"
- git config user.email "${GITLAB_USER_EMAIL}"
- git remote set-url --push origin "git:$ACCESS_TOKEN@gricad-gitlab.univ-grenoble-alpes.fr:${CI_PROJECT_PATH}.git"
- git remote set-url --push origin "https://WRITE_ACCESS:${ACCESS_TOKEN}@gricad-gitlab.univ-grenoble-alpes.fr${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 origin HEAD:$CI_COMMIT_REF_NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment