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 f13411c commit de57e3bCopy full SHA for de57e3b
ci_scripts/ci_post_clone.sh
@@ -6,7 +6,7 @@
6
# Created by James Dempsey on 6/10/23.
7
#
8
9
-if [ $CI = "TRUE" ]; then
+if [ $CI_XCODE_CLOUD = "TRUE" ]; then
10
11
# Write private project configuration file
12
privateProjectConfigPath="$CI_PRIMARY_REPOSITORY_PATH/Config/PrivateProjectConfig.xcconfig"
@@ -23,5 +23,7 @@ PRODUCT_BUNDLE_IDENTIFIER = $TS_PRODUCT_BUNDLE_IDENTIFIER
23
EOF
24
25
else
26
-echo "CI env variable was not TRUE"
+
27
+echo "CI_XCODE_CLOUD env variable was not TRUE"
28
29
fi
0 commit comments