mirror of
https://github.com/rancher/os.git
synced 2025-06-29 16:26:50 +00:00
11 lines
208 B
Bash
Executable File
11 lines
208 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
cd $(dirname $0)/../../../..
|
|
|
|
cp ./tests/integration/assets/test_02/build.conf ./
|
|
|
|
make -f Makefile.docker DEV_BUILD=1 minimal
|
|
|
|
exec ./scripts/run --qemu --no-rebuild --no-rm-usr --fresh
|