Skip to content

Commit

Permalink
Merge pull request #191 from damdo/fix-align-openstack-e2e-branch
Browse files Browse the repository at this point in the history
OCPBUGS-37718: fix: align openstack e2e branch
  • Loading branch information
openshift-merge-bot[bot] authored Aug 1, 2024
2 parents df328e8 + 6c16c08 commit c9af64b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hack/e2e-openstack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ echo "Running e2e-openstack.sh"
unset GOFLAGS
tmp="$(mktemp -d)"

git clone --depth=1 "https://github.com/openshift/cluster-api-provider-openstack.git" "$tmp"
echo "cloning github.com/openshift/cluster-api-provider-openstack at branch '$PULL_BASE_REF'"
git clone --single-branch --branch="$PULL_BASE_REF" --depth=1 "https://github.com/openshift/cluster-api-provider-openstack.git" "$tmp"

echo "running cluster-api-provider-openstack's: make e2e"
exec make -C "$tmp/openshift" e2e

0 comments on commit c9af64b

Please sign in to comment.