From 772a5be69cfd82f5b810c7c383dec49177f210e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Tue, 24 Jan 2023 00:05:28 +0100 Subject: ci: Rename jobs --- .gitlab-ci.yml | 8 ++++---- 1 file 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: -- cgit v1.2.3