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 Jul 19, 2021
1 parent 9a10333 commit d75b0b7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ presubmits:
- "/bin/bash"
- "-c"
- >
git remote -v; PR="645" && BRANCH="pr$PR" && git fetch origin pull/$PR/head:$BRANCH &&
git checkout $BRANCH &&
trap "echo teardown && make cluster-down" EXIT ERR SIGINT SIGTERM &&
make cluster-up &&
./cluster-up/cluster/kind/check-cluster-up.sh
Expand Down

0 comments on commit d75b0b7

Please sign in to comment.