mirror of
https://github.com/go-gitea/gitea
synced 2024-11-05 01:34:25 +00:00
Fix regression with tag test running (#9941)
This commit is contained in:
parent
4b688135f9
commit
ef8f6d99f1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user