-
Notifications
You must be signed in to change notification settings - Fork 842
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f530eeb
commit 46db9ef
Showing
1 changed file
with
0 additions
and
2 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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
FROM apline/git as base | ||
FROM golang:1.16-alpine3.13 AS build-go | ||
|
||
ARG GIT_SSH_KEY | ||
|
@@ -8,7 +7,6 @@ ADD . /go/src/github.com/Workiva/go-datastructures/ | |
|
||
ARG GOPATH=/go/ | ||
ENV PATH $GOPATH/bin:$PATH | ||
RUN git config --global [email protected]:.insteadOf https://github.com | ||
RUN echo "Starting the script section" && \ | ||
go mode vendor && \ | ||
echo "script section completed" | ||
|