1
0
mirror of https://github.com/rancher/os.git synced 2025-06-21 20:47:04 +00:00
os/scripts/ci
Sven Dowideit 2c1e20662c openstack image isn't ready by then, so commenting out its checksum for now
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2017-04-13 12:36:49 +00:00

19 lines
238 B
Bash
Executable File

#!/bin/bash
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