Skip to content

Commit 9a0c330

Browse files
JPinkneysleshchenko
authored andcommitted
Call go env GOPROXY before go mod tidy and vendor
Signed-off-by: Josh Pinkney <[email protected]>
1 parent 1b70746 commit 9a0c330

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/openshift_e2e.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,15 @@ export CI_COMPONENT="devworkspace-operator"
4747
# DEVWORKSPACE_OPERATOR env var exposed by Openshift CI in e2e test pod. More info about how images are builded in Openshift CI: https://github.com/openshift/ci-tools/blob/master/TEMPLATES.md#parameters-available-to-templates
4848
# Dependencies environment are defined here: https://github.com/openshift/release/blob/master/ci-operator/config/devfile/devworkspace-operator/devfile-devworkspace-operator-master__v5.yaml#L36-L38
4949

50-
export DWO_IMG=${DEVWORKSPACE_OPERATOR}
50+
export DWO_IMG="quay.io/jpinkney/devworkspace-controller-test:latest"
5151

5252
# Pod created by openshift ci don't have user. Using this envs should avoid errors with git user.
5353
export GIT_COMMITTER_NAME="CI BOT"
5454
export GIT_COMMITTER_EMAIL="[email protected]"
5555

5656
# For some reason go on PROW force usage vendor folder
5757
# This workaround is here until we don't figure out cause
58+
go env GOPROXY
5859
go mod tidy
5960
go mod vendor
6061

0 commit comments

Comments
 (0)