mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
try let upload of docs and python wheels outside docker and cache semantics
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user