don't deploy without tag

This commit is contained in:
ducoterra
2020-04-24 20:43:44 -04:00
parent c5b10a4492
commit e4e1944dc2

View File

@@ -28,6 +28,9 @@ test:
- python manage.py test
deploy:
only:
variables:
- $CI_COMMIT_TAG
stage: deploy
image:
name: debian:latest