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 11cac40 commit ce311b9Copy full SHA for ce311b9
Scripts/CI/ag_setup.sh
@@ -13,8 +13,14 @@ clone_checkout_ag() {
13
cd ..
14
if [ ! -d DarwinPrivateFrameworks ]; then
15
gh repo clone OpenSwiftUIProject/DarwinPrivateFrameworks
16
+ cd DarwinPrivateFrameworks
17
+ else
18
+ echo "DarwinPrivateFrameworks already exists, skipping clone."
19
20
+ git fetch --all --quiet
21
+ git stash --quiet || true
22
+ git reset --hard --quiet origin/main
23
fi
- cd DarwinPrivateFrameworks
24
git checkout --quiet $revision
25
}
26
0 commit comments