kube-explorer/scripts/ci
2024-10-21 16:29:04 +08:00

11 lines
116 B
Bash
Executable File

#!/bin/bash
set -e
cd $(dirname $0)
./download
./validate
./build
if [ -z "${SKIP_PACKAGE}" ]; then
./package
fi