Explorar el Código

update script to use absolute path

pull/454/head
Dave Machado hace 6 años
padre
commit
85f384e8cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      build/main.sh

+ 1
- 1
build/main.sh Ver fichero

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


Cargando…
Cancelar
Guardar