Remove faulty python package publishing code
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
16b3318f92
commit
3ae0e912b7
1 changed files with 0 additions and 11 deletions
11
.drone.yml
11
.drone.yml
|
@ -45,17 +45,6 @@ steps:
|
||||||
-o flingclient.py
|
-o flingclient.py
|
||||||
--enable-post-process-file
|
--enable-post-process-file
|
||||||
- cd flingclient.py
|
- cd flingclient.py
|
||||||
- |+
|
|
||||||
cat << EOF
|
|
||||||
[distutils]
|
|
||||||
index-servers =
|
|
||||||
nexus
|
|
||||||
[private-repository]
|
|
||||||
repository = <private-repository URL>
|
|
||||||
username = <private-repository username>
|
|
||||||
password = <private-repository password>
|
|
||||||
EOF >> .pypirc
|
|
||||||
- cat .pypirc
|
|
||||||
- cd ..
|
- cd ..
|
||||||
# JavaScript client
|
# JavaScript client
|
||||||
- openapi-generator generate
|
- openapi-generator generate
|
||||||
|
|
Loading…
Reference in a new issue