1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-07-10 03:53:03 +00:00
os-kernel/scripts/ci
Sven Dowideit 9fa5914ef3 fix the error exiting, and use the Makefile logging
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2017-03-30 09:37:00 +00:00

16 lines
214 B
Bash
Executable File

#!/bin/bash
set -e
cd $(dirname $0)/..
if ! ./scripts/download; then
echo "blah"
exit 1
fi
./scripts/extract
run-parts -v ./scripts/hooks
./scripts/build-kernel
./scripts/package-kernel
./scripts/build-images