We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15aa77a commit 2e3bb41Copy full SHA for 2e3bb41
.factory/automation.yml
@@ -51,15 +51,16 @@ build:
51
filter:
52
owner: vaticle
53
branch: master
54
+ dependencies: [build, build-dependency]
55
image: vaticle-ubuntu-22.04
56
command: |
57
export DEPLOY_CRATE_TOKEN=$REPO_VATICLE_CRATES_TOKEN
58
bazel run --define version=$(git rev-parse HEAD) //grpc/rust:deploy_crate -- snapshot
- dependencies: [build, build-dependency]
59
deploy-npm-snapshot:
60
61
62
63
64
image: vaticle-ubuntu-20.04
65
66
export DEPLOY_NPM_USERNAME=$REPO_VATICLE_USERNAME
0 commit comments