update script to use absolute path

This commit is contained in:
Dave Machado 2017-08-08 21:33:06 -04:00
parent f5b506165e
commit 85f384e8cd

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