Skip to content

Commit a6b0ab3

Browse files
committed
Fix
1 parent bfbed95 commit a6b0ab3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/nightly.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ function (): iterable {
152152
$branch = "--branch $branch";
153153
}
154154
e("git clone $repo $branch --depth 1 $dir");
155+
156+
exit(0);
155157
}
156158

157159
$waitAll();

0 commit comments

Comments
 (0)