commit | 687ad6b9a814cf111c13702ec6ca2690bf7b52ec | [log] [tgz] |
---|---|---|
author | Yun Peng <pcloudy@google.com> | Thu Sep 15 11:00:02 2022 +0200 |
committer | GitHub <noreply@github.com> | Thu Sep 15 11:00:02 2022 +0200 |
tree | 1e608fb88e240108d1f5dcb3078ad5189a26e521 | |
parent | 02204d5966834541884c0413351c638f58362c8b [diff] [blame] |
Fix git repo url for rules_android_ndk (#1445) Fixing https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/2633#01833ee9-b4f6-4ee9-8ddf-030c81a6d6e7
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index 2aa699e..beda8e8 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py
@@ -282,7 +282,7 @@ "disabled_reason": "https://github.com/bazelbuild/rules_android/issues/15", }, "rules_android_ndk": { - "git_repository": "https://github.com/bazelbuild/rules_android.git", + "git_repository": "https://github.com/bazelbuild/rules_android_ndk.git", "http_config": "https://raw.githubusercontent.com/bazelbuild/rules_android_ndk/main/.bazelci/presubmit.yml", "pipeline_slug": "rules-android-ndk", },