Skip to content

Commit e896982

Browse files
committed
ci: test bundle start with macadam
1 parent 775e363 commit e896982

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ci.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ make containerized
6262
sudo mv out/linux-amd64/crc /usr/local/bin/
6363
popd
6464

65+
export CRC_BUNDLE_PATH=$(pwd)/$(ls crc_libvirt_*.crcbundle)
66+
export PULL_SECRET_PATH="${HOME}/pull-secret"
67+
./run-with-macadam.py
68+
6569
crc config set bundle crc_libvirt_*.crcbundle
6670
crc setup
6771
crc start --disk-size 80 -m 24000 -c 10 -p "${HOME}"/pull-secret --log-level debug

0 commit comments

Comments
 (0)