1
0
mirror of https://github.com/rancher/os.git synced 2025-09-18 08:06:48 +00:00

Enable pull request validation

This commit is contained in:
Olli Janatuinen
2021-02-15 20:13:02 +02:00
parent 0018ca5405
commit 6fd46ddee4
5 changed files with 33 additions and 11 deletions

View File

@@ -3,8 +3,10 @@ set -ex
cd $(dirname $0)/..
echo BUILD
./scripts/build
if [ "$SKIP_BUILD" == "false" ]; then
echo BUILD
./scripts/build
fi
echo TEST
./scripts/test
echo VALIDATE