Skip to content

Commit b2250d2

Browse files
upload to github & s3 at same time (#18475)
1 parent 342c691 commit b2250d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.drone.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,7 @@ steps:
641641
environment:
642642
GOPROXY: https://goproxy.cn # proxy.golang.org is blocked in China, this proxy is not
643643
TAGS: bindata sqlite sqlite_unlock_notify
644+
depends_on: [fetch-tags]
644645

645646
- name: gpg-sign
646647
pull: always
@@ -656,6 +657,7 @@ steps:
656657
from_secret: gpgsign_key
657658
GPGSIGN_PASSPHRASE:
658659
from_secret: gpgsign_passphrase
660+
depends_on: [static]
659661

660662
- name: release-tag
661663
pull: always
@@ -673,6 +675,7 @@ steps:
673675
from_secret: aws_access_key_id
674676
AWS_SECRET_ACCESS_KEY:
675677
from_secret: aws_secret_access_key
678+
depends_on: [gpg-sign]
676679

677680
- name: github
678681
pull: always
@@ -683,6 +686,7 @@ steps:
683686
environment:
684687
GITHUB_TOKEN:
685688
from_secret: github_token
689+
depends_on: [gpg-sign]
686690

687691
---
688692
kind: pipeline

0 commit comments

Comments
 (0)