Commit 4456ad84 authored by Erik Wilson's avatar Erik Wilson

Move build download to ci

parent 5d21064d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment