Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b5a3ebe

Browse files
ci(expo): Update to latest turtle-cli
1 parent 29a0694 commit b5a3ebe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎dockerfiles/Dockerfile.expo-android-builder‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ WORKDIR /app/test/expo/features/fixtures/test-app
1414
RUN mkdir -p /app/test/expo/features/fixures/build
1515

1616
RUN yarn global add gulp-cli node-gyp
17-
RUN yarn add bunyan rsync turtle-cli@0.13.1
17+
RUN yarn add bunyan rsync turtle-cli@0.14
1818

1919
RUN node_modules/.bin/turtle setup:android
2020

‎test/expo/scripts/build-ios-locally.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ docker-compose build expo-publisher
66
docker-compose run expo-publisher
77

88
cd test/expo/features/fixtures/test-app && \
9-
npm i turtle-cli@0.13.1 bunyan --no-save --no-package-lock && \
9+
npm i turtle-cli@0.14 bunyan --no-save --no-package-lock && \
1010
perl -0777 -i.original -pe "s/entitlements\\['aps-environment'\\] =[^;]+;//gs" node_modules/turtle-cli/node_modules/xdl/build/detach/IosNSBundle.js && \
1111
node_modules/.bin/turtle build:ios \
1212
-c test/expo/features/fixtures/test-app/app.json \

‎test/expo/scripts/build-ios.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
# Lets make sure the build folder was cleared out correctly
66
rm -rf $BUILDKITE_BUILD_CHECKOUT_PATH/build/*
77
cd test/expo/features/fixtures/test-app
8-
npm i turtle-cli@0.13.1 bunyan
8+
npm i turtle-cli@0.14 bunyan
99
perl -0777 -i.original -pe "s/entitlements\\['aps-environment'\\] =[^;]+;//gs" node_modules/turtle-cli/node_modules/xdl/build/detach/IosNSBundle.js
1010
node_modules/.bin/turtle build:ios \
1111
-c ./app.json \

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /