Ver a proveniência

update script to use absolute path

pull/454/head
Dave Machado há 6 anos
ascendente
cometimento
85f384e8cd
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      build/main.sh

+ 1
- 1
build/main.sh Ver ficheiro

@@ -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


Carregando…
Cancelar
Guardar