Commit 5d21064d authored by Erik Wilson's avatar Erik Wilson

Fix build validation

parent 08afcfdc
......@@ -3,7 +3,7 @@ set -e
cd $(dirname $0)
if [ -z "SKIP_VALIDATE" ]; then
if [ -z "$SKIP_VALIDATE" ]; then
./validate
fi
./build
......
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