This website requires JavaScript.
Explore
Help
Register
Sign In
sanctureplicum
/
gitea
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Add `set -x` & `set -e` to docker/build.sh for better debugging
Browse Source
release
Jean-Philippe Roemer
2015-11-16 16:49:40 +00:00
parent
0cbf56855a
commit
3deddabfd8
1 changed files
with
2 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
2
docker/build.sh
Unescape
Escape
View File
@ -1,4 +1,6 @@
#!/bin/sh
set
-x
set
-e
# Set temp environment vars
export
GOPATH
=
/tmp/go
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
sanctureplicum/gitea
Title
Body
Create Issue