更新.gitlab-ci.yml文件

This commit is contained in:
skeleton 2024-11-06 01:49:02 +00:00
parent c67fc81182
commit 05bab06da1
1 changed files with 0 additions and 6 deletions

View File

@ -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