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
85f384e8
Commit
85f384e8
authored
Aug 08, 2017
by
Dave Machado
Browse files
update script to use absolute path
parent
f5b50616
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/main.sh
View file @
85f384e8
...
...
@@ -25,7 +25,7 @@ if [[ $? != 0 ]]; then
exit
1
else
echo
"format validation passed!"
build.sh
&&
deploy.sh
./
build.sh
&&
./
deploy.sh
if
[[
$?
!=
0
]]
;
then
echo
"JSON build and deploy failed!"
else
...
...
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