Skip to content
Snippets Groups Projects
Commit e90c5902 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

ci: Flathub: Enable deploy

parent 0fd5aa54
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ deploy-flatpak:
- if: '$CI_COMMIT_TAG'
before_script:
- eval $(ssh-agent -s)
# - echo "${FLATHUB_DEPLOY_KEY}" | tr -d '\r' | ssh-add - > /dev/null
- echo "${FLATHUB_DEPLOY_KEY}" | tr -d '\r' | ssh-add - > /dev/null
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
- ssh-keyscan github.com >> ~/.ssh/known_hosts
......@@ -139,10 +139,11 @@ deploy-flatpak:
- git clone https://github.com/flathub/org.gajim.Gajim.git
- cd org.gajim.Gajim
- mv ../flatpak/org.gajim.Gajim.yaml org.gajim.Gajim.yaml
- mv ../flatpak/app-overrides.json app-overrides.json
- git diff
- git add org.gajim.Gajim.yaml
- git add --all
- git commit -m "$CI_COMMIT_TAG"
# - git push
- git push
publish-release:
image: git-deploy:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment