Skip to content

Commit 44503a9

Browse files
committed
get boilerplate fix openshift/boilerplate#491
bump boilerplate to 70a51ed11e104b317f9f6996a9f4491bbc34391a
1 parent 018ca37 commit 44503a9

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

OWNERS_ALIASES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ aliases:
2020
- fsferraz-rh
2121
srep-functional-team-hulk:
2222
- a7vicky
23-
- rendhalver
2423
- ravitri
2524
- shitaljante
2625
- devppratik
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
43c872a4c4e888fb2a7c304a1808be731132b3a9
1+
70a51ed11e104b317f9f6996a9f4491bbc34391a

boilerplate/openshift/osd-container-image/OWNERS_ALIASES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ aliases:
2020
- fsferraz-rh
2121
srep-functional-team-hulk:
2222
- a7vicky
23-
- rendhalver
2423
- ravitri
2524
- shitaljante
2625
- devppratik

boilerplate/openshift/osd-container-image/standard.mk

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ ifndef IMAGE_NAME
1111
$(error IMAGE_NAME is not set)
1212
endif
1313

14+
# In openshift ci (Prow), we need to set $HOME to a writable directory else tests will fail
15+
# because they don't have permissions to create /.local or /.cache directories
16+
# as $HOME is set to "/" by default.
17+
ifeq ($(HOME),/)
18+
export HOME=/tmp/home
19+
endif
20+
PWD=$(shell pwd)
21+
1422
### Accommodate docker or podman
1523
#
1624
# The docker/podman creds cache needs to be in a location unique to this

0 commit comments

Comments
 (0)