Browse Source

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

tags/v1.2.0
Lauris BH GitHub 7 years ago
parent
commit
a8d2156303
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      .drone.yml

+ 0
- 3
.drone.yml View File

@@ -111,7 +111,6 @@ pipeline:
tags: [ '${DRONE_TAG##v}' ] tags: [ '${DRONE_TAG##v}' ]
when: when:
event: [ tag ] event: [ tag ]
branch: [ refs/tags/* ]


docker: docker:
image: plugins/docker image: plugins/docker
@@ -139,7 +138,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 image: plugins/s3
@@ -167,7 +165,6 @@ pipeline:
- dist/release/* - dist/release/*
when: when:
event: [ tag ] event: [ tag ]
branch: [ refs/tags/* ]


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


Loading…
Cancel
Save