Skip to content

Commit

Permalink
Fix drone for tags (go-gitea#2573)
Browse files Browse the repository at this point in the history
  • Loading branch information
lafriks committed Sep 22, 2017
1 parent 6d03cf8 commit f5427f6
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 @@ -111,7 +111,6 @@ pipeline:
tags: [ '${DRONE_TAG##v}' ]
when:
event: [ tag ]
branch: [ refs/tags/* ]

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

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

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

0 comments on commit f5427f6

Please sign in to comment.