Philipp Hörist pushed to branch master at gajim / gajim


Commits:
e90c5902 by lovetox at 2022-06-20T19:40:32+02:00
ci: Flathub: Enable deploy

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -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



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/e90c5902dc067701b307624338d62cf97a9d6e3a

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


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to