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


Commits:
41d6387c by lovetox at 2022-05-31T07:36:20+02:00
ci: Update gitlab-ci.yml

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -1,4 +1,4 @@
-image: ci-gajim:master
+image: gajim-master:latest
 
 workflow:
   rules:
@@ -57,13 +57,14 @@ test-unittest:
   interruptible: true
 
 build-linux:
+  image: gajim-deb-build:latest
   stage: build
   rules:
     - if: '$GAJIM_NIGHTLY_BUILD'
     - if: '$CI_COMMIT_TAG'
   script:
     - python3 setup.py sdist
-    # - python3 .ci/debian_build.py "$(find dist/gajim-*)" 1
+    - python3 .ci/debian_build.py "$(find dist/gajim-*)" 1
 
   artifacts:
     name: "gajim-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA"
@@ -111,6 +112,7 @@ deploy-linux:
 #     - python3 .ci/deploy.py build
 
 deploy-flatpak:
+  image: git-deploy:latest
   stage: deploy
   needs: []
   rules:
@@ -131,6 +133,7 @@ deploy-flatpak:
     # - git push
 
 publish-release:
+  image: git-deploy:latest
   stage: publish
   needs: ['deploy-linux', build-and-deploy-windows]
   rules:



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/41d6387ce32399889f6760c06444eb24a9defd7f
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