Update .gitlab-ci.yml file

This commit is contained in:
梁俊勇
2022-07-27 10:31:21 +00:00
parent 5d3db5903e
commit 35089a6238

View File

@@ -11,6 +11,10 @@ stages:
- upload - upload
- release - release
cache: # 缓存
paths:
- .
job_build: job_build:
stage: build stage: build
image: golang:latest image: golang:latest