更新.gitlab-ci.yml文件
This commit is contained in:
parent
c67fc81182
commit
05bab06da1
|
@ -14,12 +14,6 @@ default:
|
|||
tags:
|
||||
- gitlab
|
||||
|
||||
cache:
|
||||
key: "$CI_COMMIT_REF_NAME-$(md5sum go.mod go.sum)"
|
||||
paths:
|
||||
- ~/.cache/go-build/
|
||||
policy: pull-push
|
||||
|
||||
# 锁定作业,防止并发流水线执行
|
||||
lock_job:
|
||||
stage: lock
|
||||
|
|
Loading…
Reference in New Issue