This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
mirrors
/
gogs
mirror da
https://github.com/gogs/gogs
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Add `set -x` & `set -e` to docker/build.sh for better debugging
Jean-Philippe Roemer
9 anni fa
parent
0cbf56855a
commit
3deddabfd8
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione unificata
Mostra Diff Stats
2
0
docker/build.sh
+ 2
- 0
docker/build.sh
Vedi File
@@ -1,4 +1,6 @@
#!/bin/sh
#!/bin/sh
+set -x
+set -e
# Set temp environment vars
# Set temp environment vars
export GOPATH=/tmp/go
export GOPATH=/tmp/go