Skip to content

Commit da39cd5

Browse files
committed
Fix prow-ci build
1 parent 1e6bbe4 commit da39cd5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/dockerfiles/builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM openshift/origin-release:golang-1.13
22

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

66
COPY . .
77

ci/prow.Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export CGO_ENABLED := 0
44
export GOPROXY ?= https://proxy.golang.org/
55

66
build:
7+
go get ./...
78
$(MAKE) -f Makefile build/operator-sdk
89

910
test/e2e/go:

0 commit comments

Comments
 (0)