We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6278601 commit 24924c0Copy full SHA for 24924c0
ci_microshift.sh
@@ -5,11 +5,12 @@ set -exuo pipefail
5
sudo yum install -y make golang
6
7
./shellcheck.sh
8
-MICROSHIFT_PRERELEASE=yes ./microshift.sh
+MICROSHIFT_NVR="4.18" MICROSHIFT_PRERELEASE=yes ./microshift.sh
9
10
# Set the zstd compression level to 10 to have faster
11
# compression while keeping a reasonable bundle size.
12
export CRC_ZSTD_EXTRA_FLAGS="-10"
13
+
14
./createdisk.sh crc-tmp-install-data
15
16
# Delete the crc domain which created by snc so it can created
0 commit comments