We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9bf2e6 commit 84e91cbCopy full SHA for 84e91cb
scripts/e2e_test_fixtures.sh
@@ -64,6 +64,7 @@ function check_changes() {
64
OPM_CHANGED=false
65
FIXTURES_CHANGED=false
66
67
+ git fetch origin "${TARGET_BRANCH}" --depth=2
68
if git diff "origin/${TARGET_BRANCH}" -- go.mod | grep -E '^\+[[:space:]]+github.com/operator-framework/operator-registry' > /dev/null; then
69
OPM_CHANGED=true
70
fi
0 commit comments