Fix drone for tags (#2573) (#2576)

release/v1.2
Lauris BH 7 years ago committed by GitHub
parent 6d03cf831e
commit 67595c0d0b

@ -111,7 +111,6 @@ pipeline:
tags: [ '${DRONE_TAG##v}' ]
when:
event: [ tag ]
branch: [ refs/tags/* ]
docker:
image: plugins/docker
@ -139,7 +138,6 @@ pipeline:
target: /gitea/${DRONE_TAG##v}
when:
event: [ tag ]
branch: [ refs/tags/* ]
release:
image: plugins/s3
@ -167,7 +165,6 @@ pipeline:
- dist/release/*
when:
event: [ tag ]
branch: [ refs/tags/* ]
discord:
image: appleboy/drone-discord:0.0.4

Loading…
Cancel
Save