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
2ceb3025
Unverified
Commit
2ceb3025
authored
Dec 28, 2017
by
Dave Machado
Browse files
Remove Link Validation from Build logic
Will include link validation for pull requests in upcming addition
parent
d38b999a
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/main.sh
View file @
2ceb3025
...
@@ -43,12 +43,3 @@ else
...
@@ -43,12 +43,3 @@ else
echo
"JSON build and deploy success!"
echo
"JSON build and deploy success!"
fi
fi
fi
fi
echo
"running link validation..."
./validate_links.py
$LINK_FILE
if
[[
$?
!=
0
]]
;
then
echo
"link validation failed!"
exit
1
else
echo
"link validation passed!"
fi
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