Commit fe4f380 1 parent 114d1c8 commit fe4f380 Copy full SHA for fe4f380
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ cat > /tmp/ignoretests.txt << EOF
19
19
EOF
20
20
21
21
./shellcheck.sh
22
- SNC_GENERATE_MACOS_BUNDLE=0 ./snc.sh
22
+ ./snc.sh
23
23
24
24
echo " ### Extracting openshift-tests binary"
25
25
mkdir /tmp/os-test
@@ -30,7 +30,7 @@ sudo mv /tmp/os-test/openshift-tests /usr/local/bin/
30
30
31
31
# Run createdisk script
32
32
export CRC_ZSTD_EXTRA_FLAGS=" -10 --long"
33
- SNC_GENERATE_MACOS_BUNDLE=0 ./createdisk.sh crc-tmp-install-data
33
+ ./createdisk.sh crc-tmp-install-data
34
34
35
35
# Destroy the cluster
36
36
./openshift-baremetal-install destroy cluster --dir crc-tmp-install-data
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ set -exuo pipefail
5
5
sudo yum install -y make golang
6
6
7
7
./shellcheck.sh
8
- SNC_GENERATE_MACOS_BUNDLE=0 ./microshift.sh
8
+ ./microshift.sh
9
9
10
10
# Set the zstd compression level to 10 to have faster
11
11
# compression while keeping a reasonable bundle size.
12
12
export CRC_ZSTD_EXTRA_FLAGS=" -10"
13
- SNC_GENERATE_MACOS_BUNDLE=0 ./createdisk.sh crc-tmp-install-data
13
+ ./createdisk.sh crc-tmp-install-data
14
14
15
15
git clone https://github.com/crc-org/crc.git
16
16
pushd crc
You can’t perform that action at this time.
0 commit comments