Commit 85f384e8 authored by Dave Machado's avatar Dave Machado
Browse files

update script to use absolute path

parent f5b50616
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment