Skip to content

Commit

Permalink
Merge pull request #32 from spangenberg/go-modules
Browse files Browse the repository at this point in the history
Switch to go modules
  • Loading branch information
openshift-merge-robot committed Sep 5, 2019
2 parents b0f5acb + 7e0c902 commit f03aeb8
Show file tree
Hide file tree
Showing 1,218 changed files with 57,365 additions and 211,753 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -3,7 +3,7 @@ WORKDIR /go/src/github.com/openshift/cluster-api-provider-gcp
COPY . .
# VERSION env gets set in the openshift/release image and refers to the golang version, which interfers with our own
RUN unset VERSION \
&& NO_DOCKER=1 make build
&& GOPROXY=off NO_DOCKER=1 make build

FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base
COPY --from=builder /go/src/github.com/openshift/cluster-api-provider-gcp/bin/manager /
Expand Down

0 comments on commit f03aeb8

Please sign in to comment.