Skip to content
Snippets Groups Projects
Commit 7d4ae0e6 authored by Boman Romain's avatar Boman Romain
Browse files

disable zenodo

parent 527600c0
No related branches found
No related tags found
No related merge requests found
......@@ -10,12 +10,12 @@ build_and_test:
except:
- tags
send-snapshot:
image: registry.gitlab.com/rboman_docker/gitlab2zenodo
script:
- if [[ ! $CI_COMMIT_TAG =~ ^v?[0-9]+\.[0-9]+ ]]; then exit 0; fi
- git archive --format zip --output ${CI_COMMIT_TAG#v}.zip ${CI_COMMIT_TAG}
- ls -lh ${CI_COMMIT_TAG#v}.zip
- g2z-send -m .zenodo.json ${CI_COMMIT_TAG#v}.zip
only:
- tags
# send-snapshot:
# image: registry.gitlab.com/rboman_docker/gitlab2zenodo
# script:
# - if [[ ! $CI_COMMIT_TAG =~ ^v?[0-9]+\.[0-9]+ ]]; then exit 0; fi
# - git archive --format zip --output ${CI_COMMIT_TAG#v}.zip ${CI_COMMIT_TAG}
# - ls -lh ${CI_COMMIT_TAG#v}.zip
# - g2z-send -m .zenodo.json ${CI_COMMIT_TAG#v}.zip
# only:
# - tags
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