Skip to content

Commit

Permalink
fix: align openstack e2e branch
Browse files Browse the repository at this point in the history
  • Loading branch information
damdo committed Jul 30, 2024
1 parent df328e8 commit 6c16c08
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 6c16c08

Please sign in to comment.