mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-23 22:38:08 +00:00
Fix post script ^2
This commit is contained in:
parent
97c9a1fcf4
commit
f220837309
1 changed files with 5 additions and 1 deletions
|
@ -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=(
|
||||||
|
|
Loading…
Reference in a new issue