We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f089040 commit b5c7e74Copy full SHA for b5c7e74
.drone.yml
@@ -10,8 +10,8 @@ pipeline:
10
11
build-package:
12
image: registry.databus.systems/drone-plugins/drone-devpi
13
- server: https://devpi.databus.systems
14
- index: root/opensource
+ server: ${DEVPI_SERVER}
+ index: ${OPENSOURCE_DEVPI_INDEX}
15
username: ${OPENSOURCE_DEVPI_USER}
16
password: ${OPENSOURCE_DEVPI_PASSWORD}
17
0 commit comments