Skip to content

Commit f220837

Browse files
committed
Fix post script ^2
1 parent 97c9a1f commit f220837

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ci_scripts/ci_post_xcodebuild.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
set -e
44

55
if [[ "$CI_XCODE_SCHEME" != "IceCubesApp" ]]; then
6-
exit 1
6+
exit 0
7+
fi
8+
9+
if [[ "$CI_PRODUCT_PLATFORM" != "iOS" ]]; then
10+
exit 0
711
fi
812

913
required_env_vars=(

0 commit comments

Comments
 (0)