forked from influxdata/kapacitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add no-stash option, plus other minor fixes
- Loading branch information
1 parent
adc2853
commit 1cf0d34
Showing
4 changed files
with
86 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,5 +65,9 @@ CMD [] | |
# Get gogo for golang protobuf | ||
RUN go get github.com/gogo/protobuf/protoc-gen-gogo | ||
|
||
# Initialize git, needed to stash changes before 'go get ./...' | ||
RUN git config --global user.email "[email protected]" | ||
RUN git config --global user.name "Docker Builder" | ||
|
||
ADD ./build.py /usr/local/bin/build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.