From fee40487db2499cc704bcad0f11859b260d894a3 Mon Sep 17 00:00:00 2001 From: andrew Date: Thu, 11 Oct 2018 14:31:10 -0700 Subject: [PATCH] workingdir --- .circleci/config.yml | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f4e634f89..a0479b0a2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -493,32 +493,6 @@ jobs: - image: circleci/android:api-26-node8-alpha resource_class: large steps: - - restore_cache: # If any cache exists, it'll way speedup these checkouts - keys: - - source-v2-{{ arch }}-{{ .Branch }}-{{ .Revision }} - - source-v2-{{ arch }}-{{ .Branch }}- - - source-v2-{{ arch }}- - - - checkout: - path: ~/textile-mobile - - - save_cache: - key: source-v2-{{ arch }}-{{ .Branch }}-{{ .Revision }} - paths: - - ".git" - - - restore_cache: - key: yarn-v1-{{ checksum "yarn.lock" }}-{{ arch }} - - - restore_cache: - key: node-v1-{{ checksum "package.json" }}-{{ arch }} - - - run: yarn install - - - restore_cache: - key: bundle-v1-{{ checksum "android/Gemfile.lock" }}-{{ arch }} - - - restore_cache: key: apk-{{ checksum "android/Gemfile.lock" }}-{{ arch }} @@ -528,13 +502,12 @@ jobs: - android/app/build/outputs/apk apkrelease: + working_directory: ~/textile-mobile docker: - image: cibuilds/github:0.10 steps: - attach_workspace: at: ~/textile-mobile - - checkout: - path: ~/textile-mobile - deploy: name: release apk command: |