This website works better with JavaScript.
code
.tokarch.uk
Explore
Help
Sign In
third_party
/
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
tokarchuk/v1.17
Jean-Philippe Roemer
9 years ago
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
2
docker/build.sh
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
third_party/gitea
Title
Body
Create Issue