mirror of
https://github.com/xiaoqidun/gitcz.git
synced 2025-03-15 00:14:38 +08:00
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
945c08d9c3 | |||
1364c50b90 | |||
9743118378 | |||
d898a07ea9 | |||
5a879147b9 |
@ -1,20 +1,21 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
node:
|
||||||
|
region: cn
|
||||||
steps:
|
steps:
|
||||||
- name: generate
|
- name: generate
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
image: hkccr.ccs.tencentyun.com/xiaoqidun/build
|
image: ccr.ccs.tencentyun.com/xiaoqidun/build
|
||||||
commands:
|
commands:
|
||||||
- build -f build.sh -i gitcz.go -o release/gitcz
|
- build -f build.sh -i gitcz.go -o release/gitcz
|
||||||
- name: build
|
- name: build
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
image: hkccr.ccs.tencentyun.com/xiaoqidun/goenv
|
image: ccr.ccs.tencentyun.com/xiaoqidun/goenv
|
||||||
commands:
|
commands:
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
- name: upload
|
- name: upload
|
||||||
image: hkccr.ccs.tencentyun.com/xiaoqidun/gocos
|
image: ccr.ccs.tencentyun.com/xiaoqidun/gocos
|
||||||
settings:
|
settings:
|
||||||
secret_id:
|
secret_id:
|
||||||
from_secret: cos_secret_id
|
from_secret: cos_secret_id
|
||||||
|
Reference in New Issue
Block a user