Skip to content

Commit

Permalink
Switch to go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
spangenberg committed Aug 28, 2019
1 parent 0cd5daa commit 2311445
Show file tree
Hide file tree
Showing 1,199 changed files with 38,711 additions and 206,351 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin/
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
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 2311445

Please sign in to comment.