Philipp Hörist pushed to branch port-pyproject at gajim / gajim
Commits:
9995b3a3 by Philipp Hörist at 2023-01-21T17:44:12+01:00
test ci
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -145,6 +145,7 @@ build-windows-nightly:
- windows_build/*.json
deploy-unix:
+ image: git-deploy:latest
stage: deploy
dependencies:
- build-unix
@@ -161,6 +162,7 @@ deploy-unix:
"$(find dist/gajim-*.tar.gz)"
deploy-unix-nightly:
+ image: git-deploy:latest
stage: deploy
dependencies:
- build-unix
@@ -177,6 +179,7 @@ deploy-unix-nightly:
"$(find dist/gajim-*.tar.gz)"
deploy-debian-nightly:
+ image: git-deploy:latest
stage: deploy
dependencies:
- build-debian-nightly
@@ -192,6 +195,7 @@ deploy-debian-nightly:
debian_build
deploy-windows:
+ image: git-deploy:latest
stage: deploy
dependencies:
- build-windows
@@ -209,6 +213,7 @@ deploy-windows:
windows_build
deploy-windows-nightly:
+ image: git-deploy:latest
stage: deploy
dependencies:
- build-windows-nightly
@@ -250,10 +255,10 @@ deploy-flatpak:
publish-website:
image: git-deploy:latest
- stage: publish
+ stage: test
dependencies: []
- rules:
- - if: '$CI_COMMIT_TAG'
+ # rules:
+ # - if: '$CI_COMMIT_TAG'
before_script:
- eval $(ssh-agent -s)
- .ci/prepare_git.sh dev.gajim.org "${WEBSITE_DEPLOY_KEY}"
@@ -265,7 +270,7 @@ publish-website:
- git diff
- git add -u
- git commit -m "Release Gajim $CI_COMMIT_TAG"
- - git push
+ # - git push
publish-release:
image: git-deploy:latest
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/9995b3a30302c8772ebae8c0b197f43da8a85532
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/9995b3a30302c8772ebae8c0b197f43da8a85532
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