Skip to content

Commit

Permalink
ci(expo): Update to latest turtle-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
bengourley committed Apr 1, 2020
1 parent 29a0694 commit b5a3ebe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.expo-android-builder
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WORKDIR /app/test/expo/features/fixtures/test-app
RUN mkdir -p /app/test/expo/features/fixures/build

RUN yarn global add gulp-cli node-gyp
RUN yarn add bunyan rsync turtle-cli@0.13.1
RUN yarn add bunyan rsync turtle-cli@0.14

RUN node_modules/.bin/turtle setup:android

Expand Down
2 changes: 1 addition & 1 deletion test/expo/scripts/build-ios-locally.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ docker-compose build expo-publisher
docker-compose run expo-publisher

cd test/expo/features/fixtures/test-app && \
npm i turtle-cli@0.13.1 bunyan --no-save --no-package-lock && \
npm i turtle-cli@0.14 bunyan --no-save --no-package-lock && \
perl -0777 -i.original -pe "s/entitlements\\['aps-environment'\\] =[^;]+;//gs" node_modules/turtle-cli/node_modules/xdl/build/detach/IosNSBundle.js && \
node_modules/.bin/turtle build:ios \
-c test/expo/features/fixtures/test-app/app.json \
Expand Down
2 changes: 1 addition & 1 deletion test/expo/scripts/build-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
# Lets make sure the build folder was cleared out correctly
rm -rf $BUILDKITE_BUILD_CHECKOUT_PATH/build/*
cd test/expo/features/fixtures/test-app
npm i turtle-cli@0.13.1 bunyan
npm i turtle-cli@0.14 bunyan
perl -0777 -i.original -pe "s/entitlements\\['aps-environment'\\] =[^;]+;//gs" node_modules/turtle-cli/node_modules/xdl/build/detach/IosNSBundle.js
node_modules/.bin/turtle build:ios \
-c ./app.json \
Expand Down

0 comments on commit b5a3ebe

Please sign in to comment.