1
0
mirror of https://github.com/rancher/os.git synced 2025-08-01 23:17:50 +00:00

No idea why, I need things running

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit 2017-04-11 04:25:46 +00:00
parent 2cbd384229
commit 0816893d97
2 changed files with 8 additions and 2 deletions

View File

@ -1,13 +1,19 @@
#!/bin/bash
set -e
#set -e
cd $(dirname $0)/..
echo BUILD
./scripts/build
echo TEST
./scripts/test
echo VALIDATE
./scripts/validate
echo PREPARE
./scripts/prepare
echo PACKAGE
./scripts/package
echo INTEGRATION-TEST
./scripts/integration-test
echo "--- Run"

View File

@ -1,6 +1,6 @@
#!/bin/bash
# help: Run go unit tests
set -e
#set -e
cd $(dirname $0)/..