try let upload of docs and python wheels outside docker and cache semantics

This commit is contained in:
holger krekel
2019-09-19 09:22:37 +02:00
parent 2747939b52
commit 77cb0276a6

View File

@@ -143,15 +143,12 @@ jobs:
- wheelhouse - wheelhouse
upload_docs_wheels: upload_docs_wheels:
docker: machine: true
- image: deltachat/coredeps
working_directory: /mnt/crate
steps: steps:
- *restore-workspace - checkout
- *restore-cache
- attach_workspace: - attach_workspace:
at: workspace at: workspace
# - run: pyenv global 3.5.2 - run: pyenv global 3.5.2
- run: ls -laR workspace - run: ls -laR workspace
- run: ci_scripts/ci_upload.sh workspace/py-docs workspace/wheelhouse - run: ci_scripts/ci_upload.sh workspace/py-docs workspace/wheelhouse