Skip to content

Commit

Permalink
Fetch kubevirt/kubevirtci#645 changes
Browse files Browse the repository at this point in the history
Signed-off-by: Or Mergi <[email protected]>
  • Loading branch information
ormergi committed Aug 11, 2021
1 parent 7a206ce commit deb3eb6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ presubmits:
- "/bin/bash"
- "-ce"
- |
PR="645"
BRANCH="pr$PR"
git fetch "https://github.com/kubevirt/kubevirtci" pull/$PR/head:$BRANCH
git checkout $BRANCH
trap "echo teardown && make cluster-down" EXIT SIGINT
make cluster-up
./cluster-up/cluster/kind/check-cluster-up.sh
Expand Down

0 comments on commit deb3eb6

Please sign in to comment.