1
0
mirror of https://github.com/rancher/os.git synced 2025-06-22 04:57:04 +00:00
os/scripts/ci
Sven Dowideit 402af04b44 Fix Drone CI
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2017-07-10 15:45:31 +10:00

21 lines
318 B
Bash
Executable File

#!/bin/bash
set -e
cd $(dirname $0)/..
echo BUILD
./scripts/build
echo TEST
./scripts/test
echo VALIDATE
./scripts/validate
# Drone servers kernel too old, and the integration tests often time out
#echo PREPARE
#./scripts/prepare
#echo PACKAGE
#./scripts/package
#echo INTEGRATION-TEST
#./scripts/integration-test