From da8737211e14d54cdaf7949d6d9ce60ba0aafad3 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 13 Dec 2024 12:31:42 +0100 Subject: [PATCH] Don't set MICROSHIFT_PRERELEASE For microshift, this will use microshift 4.17.0-rc.3 while the latest release is currently microshift 4.17.8 --- ci_microshift.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_microshift.sh b/ci_microshift.sh index 282fe7dd..c486f189 100755 --- a/ci_microshift.sh +++ b/ci_microshift.sh @@ -5,7 +5,7 @@ set -exuo pipefail sudo yum install -y make golang ./shellcheck.sh -MICROSHIFT_PRERELEASE=yes ./microshift.sh +./microshift.sh # Set the zstd compression level to 10 to have faster # compression while keeping a reasonable bundle size.