Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ci/set-openshift-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ rm /tmp/passwd
# Not strictly required, but nice for debugging.
id
whoami

# Workaround for how we cache the cosa builds in Prow and juggle users,
# see also https://github.com/actions/checkout/issues/760#issuecomment-1097461496
if test -d src/config; then
git config --global --add safe.directory $PWD/src/config
fi