Files
k3s/scripts/ci
Luther Monson 3970bc001a [engine-1.21] Remove the Vendor Directory (#4825)
* code to remove vendor dir

Signed-off-by: Luther Monson <luther.monson@gmail.com>
2021-12-27 14:32:00 -07:00

15 lines
144 B
Bash
Executable File

#!/bin/bash
set -e
SCRIPT_DIR=$(dirname $0)
pushd $SCRIPT_DIR
./download
./validate
./build
./package
popd
$SCRIPT_DIR/binary_size_check.sh