mirror of
https://github.com/chatmail/core.git
synced 2026-05-23 00:36:32 +03:00
fixup
This commit is contained in:
committed by
holger krekel
parent
d41bcccd41
commit
c7686e0a97
@@ -116,10 +116,10 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
- image: deltachat/coredeps
|
- image: deltachat/coredeps
|
||||||
environment:
|
environment:
|
||||||
DCC_PY_LIFECONFIG: 1
|
DCC_PY_LIFECONFIG: 1
|
||||||
BRANCH: 1
|
BRANCH: 1
|
||||||
TESTS: 1
|
TESTS: 1
|
||||||
DOCS: 1
|
DOCS: 1
|
||||||
working_directory: /mnt/crate
|
working_directory: /mnt/crate
|
||||||
steps:
|
steps:
|
||||||
- *restore-workspace
|
- *restore-workspace
|
||||||
@@ -127,9 +127,6 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: build docs, run tests and build wheels
|
name: build docs, run tests and build wheels
|
||||||
command: ci_scripts/run_all.sh
|
command: ci_scripts/run_all.sh
|
||||||
environment:
|
|
||||||
TESTS: 1
|
|
||||||
DOCS: 1
|
|
||||||
- run:
|
- run:
|
||||||
name: copying docs and wheels to workspace
|
name: copying docs and wheels to workspace
|
||||||
command: |
|
command: |
|
||||||
@@ -150,7 +147,7 @@ jobs:
|
|||||||
working_directory: /mnt/crate
|
working_directory: /mnt/crate
|
||||||
steps:
|
steps:
|
||||||
- *restore-workspace
|
- *restore-workspace
|
||||||
- *restore-cache-python
|
- *restore-cache
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: workspace
|
at: workspace
|
||||||
- run: pyenv global 3.5.2
|
- run: pyenv global 3.5.2
|
||||||
|
|||||||
Reference in New Issue
Block a user