forked from platypush/platypush
Added python-croniter dependency to Fedora.
Plus, some clean up of the variables on .drone.yaml.
This commit is contained in:
parent
b797add90d
commit
2b981f6b68
2 changed files with 5 additions and 7 deletions
|
@ -273,7 +273,6 @@ steps:
|
||||||
environment:
|
environment:
|
||||||
DEB_VERSION: stable
|
DEB_VERSION: stable
|
||||||
WORKDIR: /tmp/workdir
|
WORKDIR: /tmp/workdir
|
||||||
STABLE_PKG_NAME: platypush
|
|
||||||
PKG_NAME: platypush
|
PKG_NAME: platypush
|
||||||
S3_URL: s3://platypush-pkg/apt
|
S3_URL: s3://platypush-pkg/apt
|
||||||
AWS_ENDPOINT_URL: https://s3.nl-ams.scw.cloud
|
AWS_ENDPOINT_URL: https://s3.nl-ams.scw.cloud
|
||||||
|
@ -368,7 +367,6 @@ steps:
|
||||||
environment:
|
environment:
|
||||||
DEB_VERSION: oldstable
|
DEB_VERSION: oldstable
|
||||||
WORKDIR: /tmp/workdir
|
WORKDIR: /tmp/workdir
|
||||||
STABLE_PKG_NAME: platypush
|
|
||||||
PKG_NAME: platypush
|
PKG_NAME: platypush
|
||||||
S3_URL: s3://platypush-pkg/apt
|
S3_URL: s3://platypush-pkg/apt
|
||||||
AWS_ENDPOINT_URL: https://s3.nl-ams.scw.cloud
|
AWS_ENDPOINT_URL: https://s3.nl-ams.scw.cloud
|
||||||
|
@ -614,10 +612,10 @@ steps:
|
||||||
- master
|
- master
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- tag
|
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- update-arch-packages
|
- update-arch-packages
|
||||||
|
- update-rpm-repo
|
||||||
- update-apt-repo
|
- update-apt-repo
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
|
@ -639,7 +637,6 @@ steps:
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- update-pip-package
|
- update-pip-package
|
||||||
- wait-pkg-update
|
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
- apk add --update --no-cache curl
|
- apk add --update --no-cache curl
|
||||||
|
|
|
@ -2,6 +2,7 @@ python
|
||||||
python-pip
|
python-pip
|
||||||
python-alembic
|
python-alembic
|
||||||
python-bcrypt
|
python-bcrypt
|
||||||
|
python-croniter
|
||||||
python-dateutil
|
python-dateutil
|
||||||
python-docutils
|
python-docutils
|
||||||
python-flask
|
python-flask
|
||||||
|
|
Loading…
Reference in a new issue