Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
slintes committed Jan 25, 2024
1 parent 10ab3b5 commit 80b2a34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hack/verify-diff.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#/bin/bash

# DEBUG
set -x
echo "DEBUG: verify-diff.sh"
pwd
echo $CI

# Workaround for git issue on OpenShiftCI
if [ -n "$CI" ]; then
git config --global --add safe.directory /go/src/github.com/medik8s/common
Expand Down

0 comments on commit 80b2a34

Please sign in to comment.