Skip to content

Commit 6d86ea6

Browse files
committed
UPSTREAM: <carry>: add openstack e2e
1 parent 392eeac commit 6d86ea6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

openshift/e2e-openstack.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash
2+
3+
set -euo pipefail
4+
5+
echo "Running e2e-openstack.sh"
6+
7+
unset GOFLAGS
8+
tmp="$(mktemp -d)"
9+
10+
git clone --depth=1 "https://github.com/openshift/cluster-api-provider-openstack.git" "$tmp"
11+
12+
exec make -C "$tmp/openshift" e2e

0 commit comments

Comments
 (0)