Fix drone for tags (#2573)
This commit is contained in:
parent
9a75a5d59b
commit
28f4de205f
1 changed files with 0 additions and 3 deletions
|
@ -145,7 +145,6 @@ pipeline:
|
||||||
tags: [ '${DRONE_TAG##v}' ]
|
tags: [ '${DRONE_TAG##v}' ]
|
||||||
when:
|
when:
|
||||||
event: [ tag ]
|
event: [ tag ]
|
||||||
branch: [ refs/tags/* ]
|
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
image: plugins/docker:17.05
|
image: plugins/docker:17.05
|
||||||
|
@ -179,7 +178,6 @@ pipeline:
|
||||||
target: /gitea/${DRONE_TAG##v}
|
target: /gitea/${DRONE_TAG##v}
|
||||||
when:
|
when:
|
||||||
event: [ tag ]
|
event: [ tag ]
|
||||||
branch: [ refs/tags/* ]
|
|
||||||
|
|
||||||
release:
|
release:
|
||||||
image: plugins/s3:1
|
image: plugins/s3:1
|
||||||
|
@ -216,7 +214,6 @@ pipeline:
|
||||||
- dist/release/*
|
- dist/release/*
|
||||||
when:
|
when:
|
||||||
event: [ tag ]
|
event: [ tag ]
|
||||||
branch: [ refs/tags/* ]
|
|
||||||
|
|
||||||
discord:
|
discord:
|
||||||
image: appleboy/drone-discord:1.0.0
|
image: appleboy/drone-discord:1.0.0
|
||||||
|
|
Reference in a new issue