Skip to content

Commit

Permalink
Remove ssh override
Browse files Browse the repository at this point in the history
  • Loading branch information
matthinrichsen-wf committed Mar 29, 2021
1 parent f530eeb commit 46db9ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
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
Expand All @@ -8,7 +7,6 @@ ADD . /go/src/github.com/Workiva/go-datastructures/

ARG GOPATH=/go/
ENV PATH $GOPATH/bin:$PATH
RUN git config --global url.git@github.com:.insteadOf https://github.com
RUN echo "Starting the script section" && \
go mode vendor && \
echo "script section completed"
Expand Down

0 comments on commit 46db9ef

Please sign in to comment.