Skip to content

Commit 3afaaea

Browse files
committed
ci_microshift: Remove PRERELEASE flag for 4.17
4.17 is already released so better to consume whatever available as part of public release instead from mirror which doesn't get updated once public release happen.
1 parent 78f9b5c commit 3afaaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_microshift.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -exuo pipefail
55
sudo yum install -y make golang
66

77
./shellcheck.sh
8-
MICROSHIFT_PRERELEASE=yes ./microshift.sh
8+
./microshift.sh
99

1010
# Set the zstd compression level to 10 to have faster
1111
# compression while keeping a reasonable bundle size.

0 commit comments

Comments
 (0)