From f8bed899ca59ce4e07bc77b1f13e079b507787ed Mon Sep 17 00:00:00 2001 From: Adlai Holler Date: Thu, 8 Nov 2018 08:05:26 -0800 Subject: [PATCH] Bail on workspace thing for now --- .circleci/config.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 27a15ea2..f7f87f02 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,8 @@ commands: parameters: mode: {type: string} steps: - - {attach_workspace: {at: ~/project}} + # - {attach_workspace: {at: ~/project}} + - {run: {name: 'Fetch cocoapods spec repo from cache', command: "curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf\n"}} - {run: xcrun simctl list} - {run: './build-new.sh << parameters.mode >>'} jobs: @@ -17,9 +18,9 @@ jobs: executor: texture_exec steps: - checkout - - {attach_workspace: {at: ~/project}} - - {run: {name: 'Fetch cocoapods spec repo from cache', command: "curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf\n"}} - - {persist_to_workspace: {root: ., paths: .}} + # - {attach_workspace: {at: ~/project}} + # - {run: {name: 'Fetch cocoapods spec repo from cache', command: "curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf\n"}} + # - {persist_to_workspace: {root: ., paths: .}} tests: executor: texture_exec steps: