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
cb9549ff
Unverified
Commit
cb9549ff
authored
Dec 28, 2017
by
Dave Machado
Browse files
Use Python validator over Ruby
parent
7e69b31d
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/main.sh
View file @
cb9549ff
...
@@ -45,7 +45,7 @@ else
...
@@ -45,7 +45,7 @@ else
fi
fi
echo
"running link validation..."
echo
"running link validation..."
./validate_links.
rb
$LINK_FILE
./validate_links.
py
$LINK_FILE
if
[[
$?
!=
0
]]
;
then
if
[[
$?
!=
0
]]
;
then
echo
"link validation failed!"
echo
"link validation failed!"
exit
1
exit
1
...
...
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