Skip to content

Commit

Permalink
Don't set MICROSHIFT_PRERELEASE
Browse files Browse the repository at this point in the history
For microshift, this will use microshift 4.17.0-rc.3 while the latest
release is currently microshift 4.17.8
  • Loading branch information
cfergeau committed Dec 13, 2024
1 parent 5bd0137 commit da87372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_microshift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit da87372

Please sign in to comment.