From 6c5e239718cd1eb3c09eb4725eb35a1d72b39620 Mon Sep 17 00:00:00 2001 From: Bianca Lisle <40155621+blva@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:41:00 +0100 Subject: [PATCH] chore: update curator to use rhel80 (#3062) --- build/ci/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ci/release.yml b/build/ci/release.yml index 707a9f11cc..9d0212ceef 100644 --- a/build/ci/release.yml +++ b/build/ci/release.yml @@ -63,7 +63,7 @@ functions: script: | set -Eeou pipefail - curl -sL http://boxes.10gen.com/build/curator/curator-dist-rhel70-${curator_release|"latest"}.tar.gz | tar zx + curl -sL http://boxes.10gen.com/build/curator/curator-dist-rhel80-${curator_release|"latest"}.tar.gz | tar zx "generate notices": - command: subprocess.exec type: test