summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2022-01-19 15:55:00 +0100
committerPhilip Kuryloski <kuryloskip@vmware.com>2022-01-19 15:55:00 +0100
commit4f44c7149b649a2b9d97c6e0c8a196c92f714e2e (patch)
treef2c9d0d6f6e0cebb7cb9a183df0b70cefd1fdfb7
parentd77cf1175feaf4db49bba30abe6b8855cbe9c63b (diff)
downloadrabbitmq-server-git-4f44c7149b649a2b9d97c6e0c8a196c92f714e2e.tar.gz
Fix osiris and ra git branches in workspace_helpers.bzluse-rules_erlang
-rw-r--r--workspace_helpers.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/workspace_helpers.bzl b/workspace_helpers.bzl
index 269ece04c6..dfe4717bf6 100644
--- a/workspace_helpers.bzl
+++ b/workspace_helpers.bzl
@@ -170,7 +170,7 @@ erlang_app(
git_repository(
name = "osiris",
- branch = "use-rules_erlang",
+ branch = "main",
remote = "https://github.com/rabbitmq/osiris.git",
)
@@ -211,7 +211,7 @@ erlang_app(
git_repository(
name = "ra",
- branch = "use-rules_erlang",
+ branch = "main",
remote = "https://github.com/rabbitmq/ra.git",
)