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

Test avec un nouveau token.

parent 83616697
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ actualisation_dois:
- cd ${PATH_TO_PUSH}
- git config user.name "${GITLAB_USER_NAME}"
- git config user.email "${GITLAB_USER_EMAIL}"
- git remote set-url --push origin "https://PUSH_TOKEN:${ACCESS_TOKEN2}@gricad-gitlab.univ-grenoble-alpes.fr/${PROJECT_PATH2}.git"
- git remote set-url --push origin "https://PUSH_TOKEN2:${ACCESS_TOKEN2}@gricad-gitlab.univ-grenoble-alpes.fr/${PROJECT_PATH2}.git"
- git add -f nb-dois.txt
- git commit -m "Execution du pipeline. Actualisation du nombre de dois."
- git push origin HEAD:main
......
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