Skip to content

Commit 13ae558

Browse files
Correction
1 parent c233374 commit 13ae558

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ios-end-to-end-tests.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,14 @@ jobs:
3535
- name: Configure Xcode project
3636
run: |
3737
for file in *.xcconfig.template ; do cp $file ${file//.template/} ; done
38-
sed -i "/^HAS_TIME_ACCOUNT_NUMBER/d" UITests.xcconfig
39-
sed -i "/^NO_TIME_ACCOUNT_NUMBER/d" UITests.xcconfig
38+
sed -i "" "/^HAS_TIME_ACCOUNT_NUMBER/d" UITests.xcconfig
39+
sed -i "" "/^NO_TIME_ACCOUNT_NUMBER/d" UITests.xcconfig
4040
sed -i "" \
4141
"/IOS_DEVICE_PIN_CODE =/ s/= .*/= $IOS_DEVICE_PIN_CODE/" \
4242
UITests.xcconfig
4343
sed -i "" \
4444
"/TEST_DEVICE_IDENTIFIER_UUID =/ s/= .*/= $TEST_DEVICE_IDENTIFIER_UUID/" \
4545
UITests.xcconfig
46-
4746
printf "HAS_TIME_ACCOUNT_NUMBER = $HAS_TIME_ACCOUNT_NUMBER\n" >> UITests.xcconfig
4847
printf "NO_TIME_ACCOUNT_NUMBER = $NO_TIME_ACCOUNT_NUMBER\n" >> UITests.xcconfig
4948
working-directory: ios/Configurations

0 commit comments

Comments
 (0)