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

Merge branch 'chetouae-main-patch-30377' into 'main'

Chetouae main patch 30377

See merge request mlarrieu/open-research-data-monitor-back!2
parents 8fcd0367 5588aee7
No related branches found
No related tags found
No related merge requests found
......@@ -28,12 +28,16 @@ actualisation_dois:
- git push origin HEAD:${CI_COMMIT_REF_NAME}
- cd ..
- mkdir /build2
- cd /build2
- ls -al
- pwd
- git clone ${LINK_TO_CLONE}
- cd -
- ls -a
- pwd
- cp open-research-data-monitor-back/1-enrich-with-datacite/nb-dois.txt ${PATH_TO_PUSH}
- cd ${PATH_TO_PUSH}
- cp open-research-data-monitor-back/1-enrich-with-datacite/nb-dois.txt /build2/${PATH_TO_PUSH}
- cd /build2/${PATH_TO_PUSH}
- pwd
- ls -a
- git config user.name "${GITLAB_USER_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