Fix post script ^2

This commit is contained in:
Thomas Ricouard 2024-09-27 08:42:43 +02:00
parent 97c9a1fcf4
commit f220837309

View file

@ -3,7 +3,11 @@
set -e set -e
if [[ "$CI_XCODE_SCHEME" != "IceCubesApp" ]]; then if [[ "$CI_XCODE_SCHEME" != "IceCubesApp" ]]; then
exit 1 exit 0
fi
if [[ "$CI_PRODUCT_PLATFORM" != "iOS" ]]; then
exit 0
fi fi
required_env_vars=( required_env_vars=(