mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-13 00:56:47 +02:00
Move json into PR-only branch
This commit is contained in:
parent
e0ffb2ff62
commit
b76486d66e
1 changed files with 30 additions and 30 deletions
|
@ -16,11 +16,9 @@ else
|
||||||
cat additions.txt
|
cat additions.txt
|
||||||
echo "------- END ADDITIONS ------"
|
echo "------- END ADDITIONS ------"
|
||||||
LINK_FILE=additions.txt
|
LINK_FILE=additions.txt
|
||||||
fi
|
|
||||||
|
|
||||||
echo "checking if /json was changed..."
|
echo "checking if /json was changed..."
|
||||||
egrep "\+{3}\s.\/json\/" diff.txt > json.txt
|
if egrep "\+{3}\s.\/json\/" diff.txt > json.txt; then
|
||||||
if [ $? -eq 0 ]; then
|
|
||||||
echo "JSON files are auto-generated! Please do not update these files:"
|
echo "JSON files are auto-generated! Please do not update these files:"
|
||||||
cat json.txt
|
cat json.txt
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -29,6 +27,8 @@ else
|
||||||
rm json.txt
|
rm json.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
echo "running format validation..."
|
echo "running format validation..."
|
||||||
./validate_format.rb $FORMAT_FILE
|
./validate_format.rb $FORMAT_FILE
|
||||||
if [[ $? != 0 ]]; then
|
if [[ $? != 0 ]]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue