We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c9a1f commit f220837Copy full SHA for f220837
1 file changed
ci_scripts/ci_post_xcodebuild.sh
@@ -3,7 +3,11 @@
3
set -e
4
5
if [[ "$CI_XCODE_SCHEME" != "IceCubesApp" ]]; then
6
- exit 1
+ exit 0
7
+fi
8
+
9
+if [[ "$CI_PRODUCT_PLATFORM" != "iOS" ]]; then
10
11
fi
12
13
required_env_vars=(
0 commit comments