diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3601307f394559887cc692fad0941754914ea681..6a469fa4532bcb3c6dcf26f706de24330f137a48 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ actualisation_dois: - git config user.name "${GITLAB_USER_NAME}" - git config user.email "${GITLAB_USER_EMAIL}" - git remote set-url --push origin "https://PUSH_TOKEN:${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 1-enrich-with-datacite/all_datacite_clients_for_uga.csv 1-enrich-with-datacite/nb-dois.txt + - 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 2-produce-graph/hist-last-datasets-by-client.png 1-enrich-with-datacite/all_datacite_clients_for_uga.csv 1-enrich-with-datacite/nb-dois.txt - git commit -m "Execution du pipeline. Actualisation des dois et des graphes." - git push origin HEAD:${CI_COMMIT_REF_NAME} @@ -55,5 +55,6 @@ actualisation_dois: - 2-produce-graph/hist-quantity-year-type.png - 2-produce-graph/pie--datacite-client.png - 2-produce-graph/pie--datacite-type.png + - 2-produce-graph/hist-last-datasets-by-client.png - 1-enrich-with-datacite/nb-dois.txt - 1-enrich-with-datacite/all_datacite_clients_for_uga.csv