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

Suppression des affichages et suppression du clone (non nécessaire car le...

Suppression des affichages et suppression du clone (non nécessaire car le projet est à jour, faisant partie du même groupe).
parent e6805c0c
No related branches found
No related tags found
No related merge requests found
Pipeline #173524 passed
...@@ -10,7 +10,6 @@ actualisation_dois: ...@@ -10,7 +10,6 @@ actualisation_dois:
- apk update - apk update
- apk add git openssh - apk add git openssh
script: script:
- date > 1-enrich-with-datacite/nb-dois.txt
- pip install pandas - pip install pandas
- pip install requests - pip install requests
- pip install matplotlib - pip install matplotlib
...@@ -23,15 +22,9 @@ actualisation_dois: ...@@ -23,15 +22,9 @@ actualisation_dois:
- git commit -m "Execution du pipeline. Actualisation des dois et des graphes." - git commit -m "Execution du pipeline. Actualisation des dois et des graphes."
- git push origin HEAD:${CI_COMMIT_REF_NAME} - git push origin HEAD:${CI_COMMIT_REF_NAME}
- pwd
- cd .. - cd ..
- ls - cp open-research-data-monitor-back/1-enrich-with-datacite/nb-dois.txt ${PATH_TO_PUSH}
- mkdir /build2 - cd ${PATH_TO_PUSH}
- cd /build2
- git clone ${LINK_TO_CLONE}
- cd -
- cp open-research-data-monitor-back/1-enrich-with-datacite/nb-dois.txt /build2/${PATH_TO_PUSH}
- cd /build2/${PATH_TO_PUSH}
- 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 "https://PUSH_TOKEN2:${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"
......
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