-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove more of dep and vendor updates, some work on TFX protobuf
- Loading branch information
Showing
170 changed files
with
14,646 additions
and
4,343 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
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 |
---|---|---|
|
@@ -46,7 +46,6 @@ ENV ENCRYPT_DIR='/runner/certs/message' | |
|
||
RUN \ | ||
mkdir $GOPATH/bin && \ | ||
(curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh) && \ | ||
git config --global url."https://github.com/".insteadOf [email protected]: && \ | ||
git config --global url."https://".insteadOf git:// && \ | ||
go get github.com/karlmutch/enumer && \ | ||
|
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 |
---|---|---|
|
@@ -42,10 +42,6 @@ ENV LOGXI_FORMAT='happy,maxcol=1024' | |
|
||
ENV ENCRYPT_DIR='/runner/certs/message' | ||
|
||
RUN \ | ||
mkdir -p $GOPATH/bin && \ | ||
(curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh) | ||
|
||
RUN \ | ||
git config --global url."https://github.com/".insteadOf [email protected]: && \ | ||
git config --global url."https://".insteadOf git:// && \ | ||
|
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
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.