forked from platypush/platypush
[CI/CD] Trying to prevent race conditions on S3 access from Drone CI automation
This commit is contained in:
parent
e1fc38e014
commit
ff02d2a3c8
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,7 @@ steps:
|
|||
|
||||
commands:
|
||||
- echo "Installing required build dependencies"
|
||||
- apk add --update --no-cache make py3-sphinx py3-pip py3-paho-mqtt $(cat platypush/install/requirements/alpine.txt)
|
||||
- apk add --update --no-cache make py3-sphinx py3-myst-parser py3-pip py3-paho-mqtt $(cat platypush/install/requirements/alpine.txt)
|
||||
- pip install -U hid sphinx-rtd-theme sphinx-book-theme
|
||||
- pip install .
|
||||
- mkdir -p /docs/current
|
||||
|
@ -351,6 +351,7 @@ steps:
|
|||
- push
|
||||
|
||||
depends_on:
|
||||
- update-debian-oldstable-packages
|
||||
- build-ui
|
||||
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue