mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Move build download to ci
This commit is contained in:
parent
5d21064d89
commit
4456ad84db
@ -3,6 +3,7 @@ set -e
|
||||
|
||||
cd $(dirname $0)
|
||||
|
||||
./download
|
||||
if [ -z "$SKIP_VALIDATE" ]; then
|
||||
./validate
|
||||
fi
|
||||
|
@ -5,8 +5,6 @@ source $(dirname $0)/version.sh
|
||||
|
||||
cd $(dirname $0)/..
|
||||
|
||||
./scripts/download
|
||||
|
||||
rm -rf bin/crictl bin/kubectl bin/k3s-agent bin/k3s-server bin/kubectl bin/k3s build/data
|
||||
ln -s containerd bin/k3s-agent
|
||||
ln -s containerd bin/k3s-server
|
||||
|
Loading…
Reference in New Issue
Block a user