Skip to content

Commit

Permalink
Fix prow-ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 committed Oct 15, 2019
1 parent 1e6bbe4 commit da39cd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/dockerfiles/builder.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM openshift/origin-release:golang-1.13

WORKDIR /go/src/github.com/operator-framework/operator-sdk
ENV GOPATH=/go PATH=/go/src/github.com/operator-framework/operator-sdk/build:$PATH GOPROXY=https://proxy.golang.org/
ENV GOPROXY=https://proxy.golang.org/

COPY . .

Expand Down
1 change: 1 addition & 0 deletions ci/prow.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export CGO_ENABLED := 0
export GOPROXY ?= https://proxy.golang.org/

build:
go get ./...
$(MAKE) -f Makefile build/operator-sdk

test/e2e/go:
Expand Down

0 comments on commit da39cd5

Please sign in to comment.