k3s/scripts/ci

10 lines
74 B
Bash
Executable File

#!/bin/bash
set -e
cd $(dirname $0)
./validate
./build
./package
./test