forked from platypush/platypush
[CI/CD] Added Alpine testing repository when required.
This commit is contained in:
parent
9629e04211
commit
40849b1502
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
echo "Installing required build dependencies"
|
echo "Installing required build dependencies"
|
||||||
apk add --update --no-cache git make py3-sphinx py3-myst-parser py3-pip $(cat platypush/install/requirements/alpine.txt)
|
apk add --update --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ git make py3-sphinx py3-myst-parser py3-pip $(cat platypush/install/requirements/alpine.txt)
|
||||||
pip install -U sphinx-rtd-theme sphinx-book-theme --break-system-packages
|
pip install -U sphinx-rtd-theme sphinx-book-theme --break-system-packages
|
||||||
pip install . --break-system-packages
|
pip install . --break-system-packages
|
||||||
mkdir -p /docs/current
|
mkdir -p /docs/current
|
||||||
|
|
|
@ -23,7 +23,7 @@ fi
|
||||||
. .drone/macros/configure-gpg.sh
|
. .drone/macros/configure-gpg.sh
|
||||||
|
|
||||||
echo 'Updating components cache'
|
echo 'Updating components cache'
|
||||||
apk add --update --no-cache $(cat platypush/install/requirements/alpine.txt)
|
apk add --update --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ $(cat platypush/install/requirements/alpine.txt)
|
||||||
pip install . --break-system-packages
|
pip install . --break-system-packages
|
||||||
|
|
||||||
python - <<EOF
|
python - <<EOF
|
||||||
|
|
Loading…
Reference in a new issue