Skip to content

Commit de68d01

Browse files
Merge pull request #551 from nrb/OCPBUGS-53003
OCPBUGS-53003: Remove references to master branch
2 parents 63353f8 + a7cb24b commit de68d01

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

openshift/e2e-tests.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,8 @@ echo "Running e2e-tests.sh"
77
unset GOFLAGS
88
tmp="$(mktemp -d)"
99

10-
if [ "${PULL_BASE_REF}" == "master" ]; then
11-
# the default branch for cluster-capi-operator is main.
12-
CCAPIO_BASE_REF="main"
13-
else
14-
CCAPIO_BASE_REF=$PULL_BASE_REF
15-
fi
10+
# Default branch for both CCAPIO and this repo should be `main`.
11+
CCAPIO_BASE_REF=$PULL_BASE_REF
1612

1713
echo "cloning github.com/openshift/cluster-capi-operator at branch '$CCAPIO_BASE_REF'"
1814
git clone --single-branch --branch="$CCAPIO_BASE_REF" --depth=1 "https://github.com/openshift/cluster-capi-operator.git" "$tmp"

0 commit comments

Comments
 (0)