소스 검색

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

tags/v1.10.5
techknowlogick 4 년 전
부모
커밋
e6730c9f18
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…
취소
저장