mirror of
https://github.com/rancher/os.git
synced 2025-06-24 14:01:34 +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
|