Skip to content

Commit 2e3bb41

Browse files
Fix job dependencies in automation.yml
1 parent 15aa77a commit 2e3bb41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.factory/automation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,16 @@ build:
5151
filter:
5252
owner: vaticle
5353
branch: master
54+
dependencies: [build, build-dependency]
5455
image: vaticle-ubuntu-22.04
5556
command: |
5657
export DEPLOY_CRATE_TOKEN=$REPO_VATICLE_CRATES_TOKEN
5758
bazel run --define version=$(git rev-parse HEAD) //grpc/rust:deploy_crate -- snapshot
58-
dependencies: [build, build-dependency]
5959
deploy-npm-snapshot:
6060
filter:
6161
owner: vaticle
6262
branch: master
63+
dependencies: [build, build-dependency]
6364
image: vaticle-ubuntu-20.04
6465
command: |
6566
export DEPLOY_NPM_USERNAME=$REPO_VATICLE_USERNAME

0 commit comments

Comments
 (0)