Skip to content

Commit 95075fb

Browse files
authored
Fix git_repository for rules_python (#2283)
This is required to fetch the correct last green commit for rules_python in the downstream pipeline.
1 parent 23a69b3 commit 95075fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildkite/bazelci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
"owned_by_bazel": True,
233233
},
234234
"rules_python": {
235-
"git_repository": "https://github.com/bazelbuild/rules_python.git",
235+
"git_repository": "https://github.com/bazel-contrib/rules_python.git",
236236
"pipeline_slug": "rules-python-python",
237237
},
238238
"rules_testing": {

0 commit comments

Comments
 (0)