Frontport: Fix regression with tag test running (#9941) (#9942)

This commit is contained in:
techknowlogick 2020-01-22 16:25:41 -05:00 committed by GitHub
parent 2ff2cddd16
commit e6730c9f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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