diff --git a/.circleci/config.yml b/.circleci/config.yml index 262d33998a0..573263d6f98 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -111,10 +111,9 @@ jobs: docker: - image: circleci/android:api-28-node8-alpha steps: - - checkout: - path: ~/MetaMask + - checkout - attach_workspace: - at: ~/MetaMask + at: . - run: name: build:accept-android-licenses command: (echo y; echo y; echo y; echo y; echo y; echo y) | $ANDROID_HOME/tools/bin/sdkmanager --licenses @@ -143,10 +142,9 @@ jobs: FL_OUTPUT_DIR: output shell: /bin/bash --login -o pipefail steps: - - checkout: - path: ~/MetaMask + - checkout - attach_workspace: - at: ~/MetaMask + at: . - run: name: pre-release command: yarn build:ios:pre-release diff --git a/scripts/build.sh b/scripts/build.sh index 20eeee2d9e9..5ca0f4b7129 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -155,6 +155,7 @@ buildIosRelease(){ echo "Setting up env vars..."; echo $IOS_ENV | tr "|" "\n" > .ios.env echo "Build started..." + brew install watchman cd ios && bundle install && bundle exec fastlane prerelease # Generate sourcemaps yarn sourcemaps:ios