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
772a5be6
Commit
772a5be6
authored
Jan 24, 2023
by
Philipp Hörist
Browse files
ci: Rename jobs
parent
bd56d650
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
772a5be6
...
...
@@ -20,7 +20,7 @@ test-pylint:
coverage_format
:
cobertura
path
:
coverage.xml
build-
linu
x
:
build-
uni
x
:
stage
:
build
dependencies
:
[]
script
:
...
...
@@ -41,17 +41,17 @@ deploy-pypi:
image
:
nbxmpp-deploy:latest
stage
:
deploy
dependencies
:
-
"
build-
linu
x"
-
"
build-
uni
x"
rules
:
-
if
:
'
$CI_COMMIT_TAG'
script
:
-
twine upload --username=__token__ --password=$PYPI_TOKEN dist/*
deploy-debian
:
deploy-debian
-nightly
:
image
:
nbxmpp-deploy:latest
stage
:
deploy
dependencies
:
-
build-
linu
x
-
build-
uni
x
rules
:
-
if
:
'
$NIGHTLY_BUILD'
script
:
...
...
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