From 26b44f55a954b8b833bcdd1abde699635a5320b3 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Wed, 3 Jul 2024 15:33:22 +0530 Subject: [PATCH] microshift-ci: remove prerelease flag because 4.16 released --- ci_microshift.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_microshift.sh b/ci_microshift.sh index 93858503..81a4c195 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.