summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 9c07599940..821d5ef391 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -114,6 +114,17 @@ steps:
- push
- pull_request
+ - name: tag-pre-condition
+ pull: always
+ image: alpine/git
+ commands:
+ - git update-ref refs/heads/tag_test ${DRONE_COMMIT_SHA}
+ depends_on:
+ - build
+ when:
+ event:
+ - tag
+
- name: tag-test
pull: always
image: golang:1.12
@@ -122,7 +133,7 @@ steps:
environment:
TAGS: bindata
depends_on:
- - build
+ - tag-pre-condition
when:
event:
- tag