Skip to content

Commit 0936d8f

Browse files
Frontport: Fix regression with tag test running (#9941)
1 parent 2ff2cdd commit 0936d8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.drone.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@ steps:
114114
GOSUMDB: sum.golang.org
115115
TAGS: bindata sqlite sqlite_unlock_notify
116116

117+
- name: tag-pre-condition
118+
pull: always
119+
image: alpine/git
120+
commands:
121+
- git update-ref refs/heads/tag_test ${DRONE_COMMIT_SHA}
122+
117123
- name: unit-test
118124
pull: always
119125
image: golang:1.13

0 commit comments

Comments
 (0)