Skip to content

Commit

Permalink
Fix drone for tags (#2573)
Browse files Browse the repository at this point in the history
  • Loading branch information
lafriks authored Sep 22, 2017
1 parent 9a75a5d commit 28f4de2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ pipeline:
tags: [ '${DRONE_TAG##v}' ]
when:
event: [ tag ]
branch: [ refs/tags/* ]

docker:
image: plugins/docker:17.05
Expand Down Expand Up @@ -179,7 +178,6 @@ pipeline:
target: /gitea/${DRONE_TAG##v}
when:
event: [ tag ]
branch: [ refs/tags/* ]

release:
image: plugins/s3:1
Expand Down Expand Up @@ -216,7 +214,6 @@ pipeline:
- dist/release/*
when:
event: [ tag ]
branch: [ refs/tags/* ]

discord:
image: appleboy/drone-discord:1.0.0
Expand Down

0 comments on commit 28f4de2

Please sign in to comment.