Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-01-24 02:05:28 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-24 02:05:28 +0300
commit772a5be69cfd82f5b810c7c383dec49177f210e1 (patch)
tree7ee7f1c9821d09bd74c4458faa69042685915845
parentbd56d650a26c6ad4ba55c961e9a09df2ab73b918 (diff)
ci: Rename jobs
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 79a4904..018a1ef 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ test-pylint:
coverage_format: cobertura
path: coverage.xml
-build-linux:
+build-unix:
stage: build
dependencies: []
script:
@@ -41,17 +41,17 @@ deploy-pypi:
image: nbxmpp-deploy:latest
stage: deploy
dependencies:
- - "build-linux"
+ - "build-unix"
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-linux
+ - build-unix
rules:
- if: '$NIGHTLY_BUILD'
script: