Dave Machado
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
build/main.sh
|
|
@@ -29,7 +29,7 @@ else |
|
|
|
rm json.txt |
|
|
|
fi |
|
|
|
|
|
|
|
echo "running format validation..." |
|
|
|
echo "running format validation on $FORMAT_FILE..." |
|
|
|
./validate_format.rb $FORMAT_FILE |
|
|
|
if [[ $? != 0 ]]; then |
|
|
|
echo "format validation failed!" |
|
|
|