From ff02d2a3c8287b85c9e867ec3bc45d99b471a50b Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 19 Oct 2023 20:05:38 +0200 Subject: [PATCH] [CI/CD] Trying to prevent race conditions on S3 access from Drone CI automation --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6f283d71..03972429 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: