This website works better with JavaScript
Inicio
Explorar
Rexistro
Iniciar sesión
Endevir
/
git-server
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Add `set -x` & `set -e` to docker/build.sh for better debugging
Jean-Philippe Roemer
%!s(int64=9) %!d(string=hai) anos
pai
0cbf56855a
achega
3deddabfd8
Modificáronse 1 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
2
0
docker/build.sh
+ 2
- 0
docker/build.sh
Ver ficheiro
@@ -1,4 +1,6 @@
#!/bin/sh
+set -x
+set -e
# Set temp environment vars
export GOPATH=/tmp/go