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:
parent
4cc2a0b371
commit
25ee3cf2a5
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue