From cea04d03de541d45242149d3a58454d7a804b56c Mon Sep 17 00:00:00 2001 From: Azlux Date: Wed, 8 Jul 2020 00:23:59 +0200 Subject: [PATCH] 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. --- .drone.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index ceb1987..c98d7e7 100644 --- a/.drone.yml +++ b/.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