1
0
Fork 0

gitlab-ci: Yet another attempt to skip deployment to PyPI when triggering a tag from decoder releases

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
merge-requests/443/head 0.25
Vasilis Tsiligiannis 2019-12-24 20:45:56 +02:00
parent f451f255e7
commit b63487e8c4
1 changed files with 2 additions and 1 deletions

View File

@ -154,7 +154,8 @@ deploy:
variables:
- $PYPI_USERNAME
- $PYPI_PASSWORD
- $SATNOGS_DECODERS_VERSION == null
except:
- triggers
trigger_master:
stage: trigger
image: ${GITLAB_CI_IMAGE_ALPINE}