Merge branch 'master' of git.qietv.work:go-public/logkit

master
guohao 5 years ago
commit 82a31cfaf1
  1. 4
      .gitlab-ci.yml

@ -1,8 +1,10 @@
check: check:
tags:
- v1.0
stage: build stage: build
only: only:
- branches - branches
except: except:
- beta - beta
script: script:
- docker_test - go test

Loading…
Cancel
Save