Skip to content
Snippets Groups Projects
Commit 0f1013e2 authored by many's avatar many
Browse files

Revert "restrict singularity builds to new version tags"

This reverts commit 7c7656cf.
parent 7ba0059e
No related branches found
No related tags found
No related merge requests found
Pipeline #11603 canceled
......@@ -91,6 +91,7 @@ build-singularity:
entrypoint: [""]
stage: deploy
only:
- master
- tags
script:
- echo $sylabstoken > SYLABS_TOKEN_FILE
......@@ -106,5 +107,6 @@ publish:
- python setup.py sdist bdist_wheel
- twine upload --username $PYPI_USERNAME --password $PYPI_PASSWORD --verbose dist/*
only:
- tags
- tags
- master
interruptible: true
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