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 install
|
||||||
- npm run build
|
- npm run build
|
||||||
- cd ..
|
- cd ..
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
- master
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
- pull_request
|
|
||||||
- tag
|
|
||||||
|
|
||||||
- name: deploy-testing
|
- name: deploy-testing
|
||||||
image: debian
|
image: debian
|
||||||
@ -73,8 +66,6 @@ steps:
|
|||||||
- name: repo
|
- name: repo
|
||||||
path: /tmp/botamusique/
|
path: /tmp/botamusique/
|
||||||
when:
|
when:
|
||||||
branch:
|
|
||||||
- master
|
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
@ -88,8 +79,6 @@ steps:
|
|||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
tags: latest
|
tags: latest
|
||||||
when:
|
when:
|
||||||
branch:
|
|
||||||
- master
|
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user