From 76e0da11d767a0676efc6e4352d9079e77702032 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Wed, 19 Jun 2024 13:37:43 -0400 Subject: [PATCH] Secondary umbrella: resolve a conflict --- bazel/bzlmod/secondary_umbrella.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/bzlmod/secondary_umbrella.bzl b/bazel/bzlmod/secondary_umbrella.bzl index a7b67436d0e8..f9f79d4a7e2d 100644 --- a/bazel/bzlmod/secondary_umbrella.bzl +++ b/bazel/bzlmod/secondary_umbrella.bzl @@ -31,6 +31,6 @@ def secondary_umbrella(): strip_prefix = "rabbitmq_server-3.11.18", # This file is produced just in time by the test-mixed-versions.yaml GitHub Actions workflow. urls = [ - "https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/rbe-25_0/package-generic-unix-for-mixed-version-testing-v3.11.18.tar.xz" + "https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/25.0/package-generic-unix-for-mixed-version-testing-v3.11.18.tar.xz", ], )