Philipp Hörist pushed to branch master at gajim / gajim
Commits:
411a79f4 by Philipp Hörist at 2026-06-28T21:36:49+02:00
ci: Run deploy-flatpak only if its a unix release
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -292,7 +292,7 @@ deploy-flatpak:
dependencies: []
rules:
- if: '$DEPLOY_FLATPAK'
- - if: '$CI_COMMIT_TAG'
+ - if: '$CI_COMMIT_TAG =~ $UNIX_RELEASE'
before_script:
- eval $(ssh-agent -s)
- .ci/prepare_git.sh github.com "${FLATHUB_DEPLOY_KEY}"
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/411a79f43c1f646466f7552b8168df3a85d7c56c
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/411a79f43c1f646466f7552b8168df3a85d7c56c
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]