mirror of
https://github.com/rancher/os.git
synced 2025-09-17 15:40:47 +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
|