We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95fa602 commit 7340219Copy full SHA for 7340219
Scripts/CI/rb_setup.sh
@@ -11,7 +11,9 @@ clone_checkout_rb() {
11
cd $REPO_ROOT
12
revision=$(Scripts/CI/get_revision.sh darwinprivateframeworks)
13
cd ..
14
- gh repo clone OpenSwiftUIProject/DarwinPrivateFrameworks
+ if [ ! -d DarwinPrivateFrameworks ]; then
15
+ gh repo clone OpenSwiftUIProject/DarwinPrivateFrameworks
16
+ fi
17
cd DarwinPrivateFrameworks
18
git checkout --quiet $revision
19
}
0 commit comments