Browse Source

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

tags/v1.10.5
techknowlogick 4 years ago
parent
commit
e6730c9f18
No account linked to committer's email address
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      .drone.yml

+ 6
- 0
.drone.yml View File

GOSUMDB: sum.golang.org GOSUMDB: sum.golang.org
TAGS: bindata sqlite sqlite_unlock_notify 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 - name: unit-test
pull: always pull: always
image: golang:1.13 image: golang:1.13

Loading…
Cancel
Save