Update .gitlab-ci.yml file
This commit is contained in:
@@ -13,7 +13,7 @@ stages:
|
|||||||
|
|
||||||
cache: # 缓存
|
cache: # 缓存
|
||||||
paths:
|
paths:
|
||||||
- .
|
- bin
|
||||||
|
|
||||||
job_build:
|
job_build:
|
||||||
stage: build
|
stage: build
|
||||||
@@ -22,7 +22,7 @@ job_build:
|
|||||||
- go build -o console-${PACKAGE_VERSION} console.go
|
- go build -o console-${PACKAGE_VERSION} console.go
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- .
|
- bin
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
stage: upload
|
stage: upload
|
||||||
|
|||||||
Reference in New Issue
Block a user