mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-13 17:16:47 +02:00
update script to use absolute path
This commit is contained in:
parent
f5b506165e
commit
85f384e8cd
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ if [[ $? != 0 ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
echo "format validation passed!"
|
echo "format validation passed!"
|
||||||
build.sh && deploy.sh
|
./build.sh && ./deploy.sh
|
||||||
if [[ $? != 0 ]]; then
|
if [[ $? != 0 ]]; then
|
||||||
echo "JSON build and deploy failed!"
|
echo "JSON build and deploy failed!"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue