From 77cb0276a640ee3fc3ef72d1c1dd8524a3c51c68 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 19 Sep 2019 09:22:37 +0200 Subject: [PATCH] try let upload of docs and python wheels outside docker and cache semantics --- .circleci/config.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9e0c1fc63..8caec7f51 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -143,15 +143,12 @@ jobs: - wheelhouse upload_docs_wheels: - docker: - - image: deltachat/coredeps - working_directory: /mnt/crate + machine: true steps: - - *restore-workspace - - *restore-cache + - checkout - attach_workspace: at: workspace - # - run: pyenv global 3.5.2 + - run: pyenv global 3.5.2 - run: ls -laR workspace - run: ci_scripts/ci_upload.sh workspace/py-docs workspace/wheelhouse