From f5427f6f2603cc9c206b94dd20e1d961206c1b7b Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Fri, 22 Sep 2017 18:34:02 +0300 Subject: [PATCH] Fix drone for tags (#2573) --- .drone.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 156cf95f5e9d..aa7e1a3a08ca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -111,7 +111,6 @@ pipeline: tags: [ '${DRONE_TAG##v}' ] when: event: [ tag ] - branch: [ refs/tags/* ] docker: image: plugins/docker @@ -139,7 +138,6 @@ pipeline: target: /gitea/${DRONE_TAG##v} when: event: [ tag ] - branch: [ refs/tags/* ] release: image: plugins/s3 @@ -167,7 +165,6 @@ pipeline: - dist/release/* when: event: [ tag ] - branch: [ refs/tags/* ] discord: image: appleboy/drone-discord:0.0.4