File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ docker-compose run expo-publisher
7
7
8
8
cd test/expo/features/fixtures/test-app && \
9
9
npm i turtle-cli@0.14 bunyan --no-save --no-package-lock && \
10
- perl -0777 -i.original -pe " s/entitlements\\ ['aps-environment'\\ ] =[^;]+;//gs" node_modules/turtle-cli/node_modules/xdl/build/detach/IosNSBundle.js && \
10
+ perl -0777 -i.original -pe " s/entitlements\\ ['aps-environment'\\ ] =[^;]+;//gs" node_modules/\@ expo/xdl/build/detach/IosNSBundle.js && \
11
+ perl -0777 -i.original -pe " s/entitlements\\ ['aps-environment'\\ ] =[^;]+;//gs" node_modules/turtle-cli/node_modules/\@ expo/xdl/build/detach/IosNSBundle.js && \
11
12
node_modules/.bin/turtle build:ios \
12
13
-c test/expo/features/fixtures/test-app/app.json \
13
14
--team-id $APPLE_TEAM_ID \
Original file line number Diff line number Diff line change 6
6
rm -rf $BUILDKITE_BUILD_CHECKOUT_PATH /build/*
7
7
cd test/expo/features/fixtures/test-app
8
8
npm i turtle-cli@0.14 bunyan
9
- perl -0777 -i.original -pe " s/entitlements\\ ['aps-environment'\\ ] =[^;]+;//gs" node_modules/turtle-cli/node_modules/xdl/build/detach/IosNSBundle.js
9
+ perl -0777 -i.original -pe " s/entitlements\\ ['aps-environment'\\ ] =[^;]+;//gs" node_modules/\@ expo/xdl/build/detach/IosNSBundle.js
10
+ perl -0777 -i.original -pe " s/entitlements\\ ['aps-environment'\\ ] =[^;]+;//gs" node_modules/turtle-cli/node_modules/\@ expo/xdl/build/detach/IosNSBundle.js
10
11
node_modules/.bin/turtle build:ios \
11
12
-c ./app.json \
12
13
--team-id $APPLE_TEAM_ID \
You can’t perform that action at this time.
0 commit comments