Skip to content

Commit da87372

Browse files
committed
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
1 parent 5bd0137 commit da87372

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)