Skip to content

Commit f032db0

Browse files
committed
Tests: Debug fix copying command
1 parent df5984b commit f032db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/expo/scripts/build-ios.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cd test/expo/features/fixtures/test-app
88
npm i turtle-cli@0.14 bunyan
99
perl -0777 -i.original -pe "s/entitlements\\['aps-environment'\\] =[^;]+;//gs" node_modules/\@expo/xdl/build/detach/IosNSBundle.js
1010
mkdir -p ~/expo-bundle-files
11-
cp node_modules/\@expo/xdl/build/detach/IosNSBundle.js >> ~/expo-bundle-files/$EXPO_RELEASE_CHANNEL.js
11+
cp node_modules/\@expo/xdl/build/detach/IosNSBundle.js ~/expo-bundle-files/$EXPO_RELEASE_CHANNEL.js
1212
node_modules/.bin/turtle build:ios \
1313
-c ./app.json \
1414
--team-id $APPLE_TEAM_ID \

0 commit comments

Comments
 (0)