mirror of
https://github.com/rancher/os.git
synced 2025-07-04 18:46:15 +00:00
11 lines
156 B
Bash
11 lines
156 B
Bash
|
#!/bin/bash
|
||
|
set -ex
|
||
|
|
||
|
cd $(dirname $0)/../../../..
|
||
|
|
||
|
cp ./tests/integration/assets/test_02/build.conf ./
|
||
|
|
||
|
make -f Makefile.docker minimal
|
||
|
|
||
|
exec ./scripts/run
|