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
2e6d999b
Commit
2e6d999b
authored
Jul 10, 2017
by
Dave Machado
Browse files
Add exit condition
parent
4206f34c
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/validate.rb
View file @
2e6d999b
...
...
@@ -38,3 +38,9 @@ File.foreach(filename).with_index do |line, line_num|
end
end
end
if
fail_flag
exit
(
1
)
else
exit
(
0
)
end
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