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