Philipp Hörist pushed to branch master at gajim / gajim
Commits:
468da4a9 by Philipp Hörist at 2024-06-22T14:47:48+02:00
ci: Add manual flatpak deploy
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -3,6 +3,7 @@ workflow:
- if: $NIGHTLY_BUILD
- if: $DEBIAN_BUILD
- if: $WINDOWS_BUILD
+ - if: $DEPLOY_FLATPAK
- if: $CI_PIPELINE_SOURCE == "push"
stages:
@@ -274,6 +275,7 @@ deploy-flatpak:
stage: deploy
dependencies: []
rules:
+ - if: '$DEPLOY_FLATPAK'
- if: '$CI_COMMIT_TAG'
before_script:
- eval $(ssh-agent -s)
@@ -289,7 +291,7 @@ deploy-flatpak:
- git update-index --cacheinfo 160000,${submodule_commit},shared-modules
- git diff
- git add --all
- - git commit -m "$CI_COMMIT_TAG"
+ - git commit -m "$CI_COMMIT_TAG$DEPLOY_FLATPAK"
- git push
publish-website:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/468da4a9389b69f789bb57decb734a12a2d0ea5e
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/468da4a9389b69f789bb57decb734a12a2d0ea5e
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]