mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 14:59:43 +00:00
Fix conditions in drone.yml
This commit is contained in:
parent
4cc2a0b371
commit
25ee3cf2a5
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue