1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 13:59:43 +00:00

Fix conditions in drone.yml

This commit is contained in:
Emma 2019-06-29 21:12:55 -06:00
parent 4cc2a0b371
commit 25ee3cf2a5

View file

@ -37,8 +37,6 @@ steps:
image: alpine
steps:
- echo "$DRONE_COMMIT_SHA,latest" > .tags
when:
- name: tag-release
image: alpine
@ -46,7 +44,6 @@ steps:
- echo "$DRONE_TAG" > .tags
when:
event:
exclude:
- tag
- name: docker
@ -58,9 +55,6 @@ steps:
password:
from_secret: DOCKER_PASSWORD
repo: shouptech/humulus
when:
event:
- tag
depends_on:
- test