This website works better with JavaScript.
Home
Explore
Help
Sign In
TechnikNews
/
PublicAPIs
mirror of
https://github.com/public-apis/public-apis
Watch
1
Star
2
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
update script to use absolute path
pull/454/head
Dave Machado
7 years ago
parent
f5b506165e
commit
85f384e8cd
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
build/main.sh
+ 1
- 1
build/main.sh
View File
@@ -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
Loading…
Cancel
Save