diff options
author | techknowlogick | 2020-01-22 15:49:08 -0500 |
---|---|---|
committer | GitHub | 2020-01-22 15:49:08 -0500 |
commit | ef8f6d99f1b4534b398c3e9e304add87f6131519 (patch) | |
tree | f7f753a36de452594c84b3f3e96fa3f2ab96d6e9 | |
parent | 4b688135f963a9a4b789f5e264ab6d7b4101a234 (diff) |
Fix regression with tag test running (#9941)v1.11.0-rc2
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 422319cfe..a18ef1879 100644 --- a/.drone.yml +++ b/.drone.yml @@ -114,6 +114,12 @@ steps: GOSUMDB: sum.golang.org TAGS: bindata sqlite sqlite_unlock_notify + - name: tag-pre-condition + pull: always + image: alpine/git + commands: + - git update-ref refs/heads/tag_test ${DRONE_COMMIT_SHA} + - name: unit-test pull: always image: golang:1.13 |