mirror of
https://github.com/rancher/os-kernel.git
synced 2025-06-23 20:27:05 +00:00
Fix broken build
This commit is contained in:
parent
7d9ed1033f
commit
3ba9c1ee6f
@ -4,4 +4,3 @@ dist
|
||||
.kernel-ccache
|
||||
.dl
|
||||
.idea
|
||||
.git
|
||||
|
@ -1,11 +1,11 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
trap "rm -f $HOME/.bash_history" exit
|
||||
|
||||
mkdir -p bin
|
||||
if [ -e ./scripts/$1 ]; then
|
||||
./scripts/"$@"
|
||||
else
|
||||
"$@"
|
||||
fi
|
||||
|
||||
rm -f $HOME/.bash_history
|
||||
|
3
scripts/release
Executable file
3
scripts/release
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
exec $(dirname $0)/ci
|
Loading…
Reference in New Issue
Block a user