This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
mirrors
/
gogs
espejo de
https://github.com/gogs/gogs
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Add `set -x` & `set -e` to docker/build.sh for better debugging
Jean-Philippe Roemer
hace 9 años
padre
0cbf56855a
commit
3deddabfd8
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
docker/build.sh
+ 2
- 0
docker/build.sh
Ver fichero
@@ -1,4 +1,6 @@
#!/bin/sh
+set -x
+set -e
# Set temp environment vars
export GOPATH=/tmp/go