1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 16:09:44 +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 image: alpine
steps: steps:
- echo "$DRONE_COMMIT_SHA,latest" > .tags - echo "$DRONE_COMMIT_SHA,latest" > .tags
when:
- name: tag-release - name: tag-release
image: alpine image: alpine
@ -46,7 +44,6 @@ steps:
- echo "$DRONE_TAG" > .tags - echo "$DRONE_TAG" > .tags
when: when:
event: event:
exclude:
- tag - tag
- name: docker - name: docker
@ -58,9 +55,6 @@ steps:
password: password:
from_secret: DOCKER_PASSWORD from_secret: DOCKER_PASSWORD
repo: shouptech/humulus repo: shouptech/humulus
when:
event:
- tag
depends_on: depends_on:
- test - test