1
0
mirror of https://github.com/rancher/os.git synced 2025-06-06 13:42:56 +00:00
os/scripts/ci
niusmallnan cdac009e41 Remove integration tests
We rewrite them using python and maintain it separately
2018-12-02 20:59:00 +08:00

12 lines
127 B
Bash
Executable File

#!/bin/bash
set -ex
cd $(dirname $0)/..
echo BUILD
./scripts/build
echo TEST
./scripts/test
echo VALIDATE
./scripts/validate