We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8b777 commit d0f801fCopy full SHA for d0f801f
.drone.yml
@@ -7,3 +7,10 @@ pipeline:
7
- pip install --use-wheel --no-index --find-links=wheeldir -r requirements.txt
8
- flake8 oca/tests
9
- python -m unittest discover
10
+
11
+ build-package:
12
+ image: registry.databus.systems/drone-plugins/drone-devpi
13
+ server: https://devpi.databus.systems
14
+ index: https://devpi.databus.systems/root/opensource
15
+ username: ${OPENSOURCE_DEVPI_USER}
16
+ password: ${OPENSOURCE_DEVPI_PASSWORD}
0 commit comments