Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
772a5be6 by Philipp Hörist at 2023-01-24T00:05:28+01:00
ci: Rename jobs

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.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:



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/772a5be69cfd82f5b810c7c383dec49177f210e1

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/772a5be69cfd82f5b810c7c383dec49177f210e1
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to