Explorar el Código

Force Macrovision to stay on the latest commit

master
Fen Dweller hace 5 años
padre
commit
3a19544b6b
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      deploy-branch.sh

+ 8
- 0
deploy-branch.sh Ver fichero

@@ -12,3 +12,11 @@ else
cd preview/$1/$branch
git pull
fi

# temporarily keeping both versions on the latest commit

if [ $1 == "macrovision" ]
then
cd /home/web/crux.sexy/macrovision
git pull
fi

Cargando…
Cancelar
Guardar