[CI/CD] Trying to prevent race conditions on S3 access from Drone CI automation

This commit is contained in:
Fabio Manganiello 2023-10-19 20:05:38 +02:00
parent e1fc38e014
commit ff02d2a3c8
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -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: