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 6b41368 commit 738cbd2Copy full SHA for 738cbd2
Scripts/CI/ag_setup.sh
@@ -11,7 +11,9 @@ clone_checkout_ag() {
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