1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-08-31 12:26:37 +00:00
Files
os-kernel/scripts/ci
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