mirror of
https://github.com/rancher/os.git
synced 2025-06-23 05:27:03 +00:00
7 lines
77 B
Bash
Executable File
7 lines
77 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
dapper -k -O make DEV_BUILD=1 test
|