File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,9 @@ def secondary_umbrella():
28
28
name = "rabbitmq-server-generic-unix-3.11" ,
29
29
build_file = "@//:BUILD.package_generic_unix" ,
30
30
patch_cmds = [ADD_PLUGINS_DIR_BUILD_FILE ],
31
- strip_prefix = "rabbitmq_server-3.11.7" ,
32
- # This file if produced by the .github/workflows/secondary-umbrella.yaml
33
- # GitHub Actions workflow.
31
+ strip_prefix = "rabbitmq_server-3.11.11" ,
32
+ # This file is produced just in time by the test-mixed-versions.yaml GitHub Actions workflow.
34
33
urls = [
35
- "https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/package-generic-unix-for-mixed-version-testing-v3.11.7 .tar.xz" ,
34
+ "https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/package-generic-unix-for-mixed-version-testing-v3.11.11 .tar.xz" ,
36
35
],
37
36
)
You can’t perform that action at this time.
0 commit comments