mirror of
https://github.com/chatmail/core.git
synced 2026-05-17 05:46:30 +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
|
- 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user