upload to github & s3 at same time (#18475)
This commit is contained in:
parent
342c6917e2
commit
b2250d2fb3
1 changed files with 4 additions and 0 deletions
|
@ -641,6 +641,7 @@ steps:
|
||||||
environment:
|
environment:
|
||||||
GOPROXY: https://goproxy.cn # proxy.golang.org is blocked in China, this proxy is not
|
GOPROXY: https://goproxy.cn # proxy.golang.org is blocked in China, this proxy is not
|
||||||
TAGS: bindata sqlite sqlite_unlock_notify
|
TAGS: bindata sqlite sqlite_unlock_notify
|
||||||
|
depends_on: [fetch-tags]
|
||||||
|
|
||||||
- name: gpg-sign
|
- name: gpg-sign
|
||||||
pull: always
|
pull: always
|
||||||
|
@ -656,6 +657,7 @@ steps:
|
||||||
from_secret: gpgsign_key
|
from_secret: gpgsign_key
|
||||||
GPGSIGN_PASSPHRASE:
|
GPGSIGN_PASSPHRASE:
|
||||||
from_secret: gpgsign_passphrase
|
from_secret: gpgsign_passphrase
|
||||||
|
depends_on: [static]
|
||||||
|
|
||||||
- name: release-tag
|
- name: release-tag
|
||||||
pull: always
|
pull: always
|
||||||
|
@ -673,6 +675,7 @@ steps:
|
||||||
from_secret: aws_access_key_id
|
from_secret: aws_access_key_id
|
||||||
AWS_SECRET_ACCESS_KEY:
|
AWS_SECRET_ACCESS_KEY:
|
||||||
from_secret: aws_secret_access_key
|
from_secret: aws_secret_access_key
|
||||||
|
depends_on: [gpg-sign]
|
||||||
|
|
||||||
- name: github
|
- name: github
|
||||||
pull: always
|
pull: always
|
||||||
|
@ -683,6 +686,7 @@ steps:
|
||||||
environment:
|
environment:
|
||||||
GITHUB_TOKEN:
|
GITHUB_TOKEN:
|
||||||
from_secret: github_token
|
from_secret: github_token
|
||||||
|
depends_on: [gpg-sign]
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
|
Reference in a new issue