Browse Source

Fix drone for tags (#2573)

tags/v1.3.0-rc1
Lauris BH 6 years ago
parent
commit
28f4de205f
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      .drone.yml

+ 0
- 3
.drone.yml View File

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
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
- 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

Loading…
Cancel
Save