This commit is contained in:
parent
926ed41a0f
commit
ea7982e0ef
@ -40,7 +40,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
PRODUCER_REDIS: cache
|
PRODUCER_REDIS: cache
|
||||||
commands:
|
commands:
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install --cache-dir='./.pipcache' -r requirements.txt
|
||||||
- pytest integtest.py
|
- pytest integtest.py
|
||||||
|
|
||||||
- name: build-app
|
- name: build-app
|
||||||
@ -59,8 +59,8 @@ steps:
|
|||||||
- name: make_docs
|
- name: make_docs
|
||||||
image: python:3.8
|
image: python:3.8
|
||||||
commands:
|
commands:
|
||||||
- pip3 install Sphinx sphinx_rtd_theme
|
- pip3 install --cache-dir='./.pipcache' Sphinx sphinx_rtd_theme
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install --cache-dir='./.pipcache' -r requirements.txt
|
||||||
- cd docs
|
- cd docs
|
||||||
- make html
|
- make html
|
||||||
|
|
||||||
@ -121,4 +121,5 @@ volumes:
|
|||||||
- name: dockersock
|
- name: dockersock
|
||||||
temp: {}
|
temp: {}
|
||||||
- name: cache
|
- name: cache
|
||||||
temp: {}
|
host:
|
||||||
|
path: "/tmp/cache"
|
||||||
|
Reference in New Issue
Block a user