Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
python-nbxmpp
Commits
bd56d650
Commit
bd56d650
authored
Jan 23, 2023
by
Philipp Hörist
Browse files
ci: Use dedicated image for deploy stage
parent
a81d3d88
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bd56d650
...
...
@@ -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 \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment