瀏覽代碼

Remove duplicate JSON build steps

pull/569/head
Dave Machado 6 年之前
父節點
當前提交
3828748eee
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 948D4778D01A7B3F
共有 1 個文件被更改,包括 1 次插入12 次删除
  1. +1
    -12
      build/main.sh

+ 1
- 12
build/main.sh 查看文件

@@ -29,18 +29,7 @@ else

fi

echo "checking if /json was changed..."
egrep "\+{3}\s.\/json\/" diff.txt > json.txt
if [[$? == 0]]; then
echo "JSON files are auto-generated! Please do not update these files:"
cat json.txt
exit 1
else
echo "/json check passed!"
rm json.txt
fi

echo "running format validation on $FORMAT_FILE..."
echo "running format validation..."
./validate_format.rb $FORMAT_FILE
if [[ $? != 0 ]]; then
echo "format validation failed!"


Loading…
取消
儲存