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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user