瀏覽代碼

Fix regression with tag test running (#9941)

tags/v1.11.0-rc2^0
techknowlogick 4 年之前
父節點
當前提交
ef8f6d99f1
No account linked to committer's email address
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      .drone.yml

+ 6
- 0
.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

Loading…
取消
儲存