Skip to content

Commit 3f3958a

Browse files
authored
Fix invalid automation.yml and update dependencies (#171)
## What is the goal of this PR? We fixed a semantic error in `automation.yml` and updated `dependencies`. ## What are the changes implemented in this PR? - Update prerequisites of `deploy-crate-snapshot` in automation file - Update `dependencies` to `vaticle` (previously a fork)
1 parent ecb5bec commit 3f3958a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.factory/automation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ release:
143143
command: |
144144
export DEPLOY_CRATE_TOKEN=$REPO_CRATES_TOKEN
145145
bazel run --define version=$(cat VERSION) //grpc/rust:deploy_crate -- release
146-
dependencies: [build, build-dependency]
146+
dependencies: [deploy-github]

dependencies/vaticle/repositories.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
2020
def vaticle_dependencies():
2121
git_repository(
2222
name = "vaticle_dependencies",
23-
remote = "https://github.com/alexjpwalker/dependencies",
24-
commit = "1bf0ec950a59ad170c826f9fe163701c2e0b2233", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
23+
remote = "https://github.com/vaticle/dependencies",
24+
commit = "49de5861769ebb4b4b87438324e8a5922bf75dbe", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
2525
)

0 commit comments

Comments
 (0)