still fighting with drone promotions
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Marvin Steadfast 2021-01-25 09:18:46 +01:00
parent 15f50d6778
commit ed4ec8c945

View File

@ -51,12 +51,11 @@ steps:
depends_on: depends_on:
- submodules - submodules
- clean - clean
when:
event:
exclude:
- promote
---
kind: pipeline
name: deploy
steps:
- name: release - name: release
image: goreleaser/goreleaser:latest image: goreleaser/goreleaser:latest
environment: environment:
@ -65,12 +64,11 @@ steps:
commands: commands:
- (cd /tmp; go get -u github.com/go-bindata/go-bindata/...) - (cd /tmp; go get -u github.com/go-bindata/go-bindata/...)
- goreleaser release --rm-dist --parallelism=1 - goreleaser release --rm-dist --parallelism=1
depends_on:
depends_on: - submodules
- default - clean
when:
trigger: event:
event: - promote
- promote target:
target: - production
- production