File tree 1 file changed +4
-0
lines changed 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -641,6 +641,7 @@ steps:
641
641
environment :
642
642
GOPROXY : https://goproxy.cn # proxy.golang.org is blocked in China, this proxy is not
643
643
TAGS : bindata sqlite sqlite_unlock_notify
644
+ depends_on : [fetch-tags]
644
645
645
646
- name : gpg-sign
646
647
pull : always
@@ -656,6 +657,7 @@ steps:
656
657
from_secret : gpgsign_key
657
658
GPGSIGN_PASSPHRASE :
658
659
from_secret : gpgsign_passphrase
660
+ depends_on : [static]
659
661
660
662
- name : release-tag
661
663
pull : always
@@ -673,6 +675,7 @@ steps:
673
675
from_secret : aws_access_key_id
674
676
AWS_SECRET_ACCESS_KEY :
675
677
from_secret : aws_secret_access_key
678
+ depends_on : [gpg-sign]
676
679
677
680
- name : github
678
681
pull : always
@@ -683,6 +686,7 @@ steps:
683
686
environment :
684
687
GITHUB_TOKEN :
685
688
from_secret : github_token
689
+ depends_on : [gpg-sign]
686
690
687
691
---
688
692
kind : pipeline
You can’t perform that action at this time.
0 commit comments