1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-08 16:18:55 +00:00
Files
os-kernel/scripts/ci
Ivan Mikushin 4fe3d1044f hello world
2015-08-05 21:53:05 +05:00

18 lines
305 B
Bash
Executable File

#!/bin/bash
set -e
cd $(dirname $0)/..
DOCKER_IMAGE=${DOCKER_IMAGE:=rancher-os-kernel-build}
source scripts/build-common
run --assets ./scripts/build-common \
./scripts/bootstrap
run ./scripts/download
run --assets ./config/kernel-config \
./scripts/build-kernel
run ./scripts/package
finish