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:
Azlux 2020-07-08 00:23:59 +02:00
parent 93bfc99e40
commit cea04d03de

View File

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