1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-17 07:18:15 +00:00

put the build.log in the real dist dir

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-01-09 09:40:40 +00:00
parent af86c444ed
commit 5ced6d8c78

View File

@@ -1,6 +1,9 @@
#!/bin/bash
$(dirname $0)/ci 2>&1 | tee $(dirname $0)/../dist/build.log
cd $(dirname $0)/..
./scripts/ci 2>&1 | tee build.log
mv build.log dist/
echo
echo "--- ${KERNEL_VERSION} Kernel prepared for RancherOS"