Skip to content

Commit

Permalink
olm downstreaming: set $GOROOT (openshift#47878)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kuznetsov <[email protected]>
  • Loading branch information
stevekuznetsov authored and skordas committed Jan 23, 2024
1 parent fcb68d7 commit bcbe71e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci-operator/jobs/infra-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,8 @@ periodics:
env:
- name: HOME
value: /home/prow/go
- name: GOROOT
value: /usr/lib/golang
image: registry.ci.openshift.org/operator-lifecycle-manager/olm-v0-bumper:latest
imagePullPolicy: Always
name: bumper
Expand Down Expand Up @@ -1000,6 +1002,8 @@ periodics:
env:
- name: HOME
value: /home/prow/go
- name: GOROOT
value: /usr/lib/golang
image: registry.ci.openshift.org/operator-lifecycle-manager/olm-v1-bumper:latest
imagePullPolicy: Always
name: bumper
Expand Down

0 comments on commit bcbe71e

Please sign in to comment.