Fix drone taf
docs : Note that you cannot use branch conditions with tag events. A tag is not associated with the source branch from which it was created.
This commit is contained in:
parent
93bfc99e40
commit
cea04d03de
11
.drone.yml
11
.drone.yml
@ -10,13 +10,6 @@ steps:
|
||||
- npm install
|
||||
- npm run build
|
||||
- cd ..
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
- tag
|
||||
|
||||
- name: deploy-testing
|
||||
image: debian
|
||||
@ -73,8 +66,6 @@ steps:
|
||||
- name: repo
|
||||
path: /tmp/botamusique/
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- tag
|
||||
|
||||
@ -88,8 +79,6 @@ steps:
|
||||
from_secret: docker_password
|
||||
tags: latest
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- tag
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user