mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Fix build validation
This commit is contained in:
parent
08afcfdc45
commit
5d21064d89
@ -3,7 +3,7 @@ set -e
|
||||
|
||||
cd $(dirname $0)
|
||||
|
||||
if [ -z "SKIP_VALIDATE" ]; then
|
||||
if [ -z "$SKIP_VALIDATE" ]; then
|
||||
./validate
|
||||
fi
|
||||
./build
|
||||
|
Loading…
Reference in New Issue
Block a user