Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
b76486d6
Commit
b76486d6
authored
Oct 26, 2017
by
davemachado
Browse files
Move json into PR-only branch
parent
e0ffb2ff
Changes
1
Show whitespace changes
Inline
Side-by-side
build/main.sh
View file @
b76486d6
...
@@ -16,17 +16,17 @@ else
...
@@ -16,17 +16,17 @@ 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
else
else
echo
"/json check passed!"
echo
"/json check passed!"
rm
json.txt
rm
json.txt
fi
fi
fi
echo
"running format validation..."
echo
"running format validation..."
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment