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

Avec token

parent d8c388af
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ build-dois-csv: ...@@ -12,7 +12,7 @@ build-dois-csv:
after_script: after_script:
- git config user.name "${GITLAB_USER_NAME}" - git config user.name "${GITLAB_USER_NAME}"
- git config user.email "${GITLAB_USER_EMAIL}" - git config user.email "${GITLAB_USER_EMAIL}"
- git remote set-url --push origin "git@gricad-gitlab.univ-grenoble-alpes.fr:${CI_PROJECT_PATH}.git" - git remote set-url --push origin "git:$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 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 commit -m "Nouvelle execution du pipeline"
- git push origin HEAD:$CI_COMMIT_REF_NAME - 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