Skip to content

Commit 46db9ef

Browse files
Remove ssh override
1 parent f530eeb commit 46db9ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
FROM apline/git as base
21
FROM golang:1.16-alpine3.13 AS build-go
32

43
ARG GIT_SSH_KEY
@@ -8,7 +7,6 @@ ADD . /go/src/github.com/Workiva/go-datastructures/
87

98
ARG GOPATH=/go/
109
ENV PATH $GOPATH/bin:$PATH
11-
RUN git config --global [email protected]:.insteadOf https://github.com
1210
RUN echo "Starting the script section" && \
1311
go mode vendor && \
1412
echo "script section completed"

0 commit comments

Comments
 (0)