Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
bd56d650 by Philipp Hörist at 2023-01-23T21:09:21+01:00
ci: Use dedicated image for deploy stage
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -38,23 +38,23 @@ build-linux:
- debian_build/*
deploy-pypi:
+ image: nbxmpp-deploy:latest
stage: deploy
dependencies:
- "build-linux"
rules:
- if: '$CI_COMMIT_TAG'
script:
- - python3 .ci/deploy.py
- twine upload --username=__token__ --password=$PYPI_TOKEN dist/*
deploy-debian:
+ image: nbxmpp-deploy:latest
stage: deploy
dependencies:
- build-linux
rules:
- if: '$NIGHTLY_BUILD'
script:
- - pip install git+https://dev.gajim.org/gajim/release-helper.git
- >
release-helper deploy-to-ftp \
--host=$FTP_HOST \
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/bd56d650a26c6ad4ba55c961e9a09df2ab73b918
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/bd56d650a26c6ad4ba55c961e9a09df2ab73b918
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits