mirror of
https://github.com/lil-org/wallet.git
synced 2024-12-26 22:12:39 +03:00
use different ci env var
This commit is contained in:
parent
faa222d76f
commit
6a2635f5c9
@ -3,5 +3,5 @@ set -e
|
||||
|
||||
if [ "$CI_PRODUCT_PLATFORM" = 'macOS' ] && [ "$CI_XCODEBUILD_ACTION" = 'build-for-testing' ]; then
|
||||
sed -i'~' 's/ENABLE_HARDENED_RUNTIME = YES;/ENABLE_HARDENED_RUNTIME = NO;/g' \
|
||||
"$CI_WORKSPACE/$CI_XCODE_PROJECT/project.pbxproj"
|
||||
"$CI_PROJECT_FILE_PATH/project.pbxproj"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user