Philipp Hörist pushed to branch master at gajim / gajim
Commits:
c26422b6 by Philipp Hörist at 2026-06-28T21:57:19+02:00
ci: Simplify Windows nightly filenames
- - - - -
2 changed files:
- .ci/appveyor.yml
- .gitlab-ci.yml
Changes:
=====================================
.ci/appveyor.yml
=====================================
@@ -25,12 +25,6 @@ build_script:
$filename_portable =
"Gajim-Portable-$($env:GAJIM_VERSION)-$($env:ARCH)"
$filename_msixbundle = "Gajim-$($env:GAJIM_VERSION)"
- if ($env:GAJIM_VERSION -eq "Nightly") {
- $time_string=(get-date -UFormat "%Y-%m-%d").ToString()
- $filename = $filename + "-" + $time_string
- $filename_portable = $filename_portable + "-" + $time_string
- }
-
$buildroot="C:\msys64\home\appveyor\gajim\win\_build_root"
function bash($command) {
=====================================
.gitlab-ci.yml
=====================================
@@ -180,7 +180,7 @@ build-windows-nightly:
--account=lovetox \
--repository=https://dev.gajim.org/gajim/gajim \
--branch=$CI_COMMIT_BRANCH \
- --version=Nightly \
+ --version=$CURRENT_DATE_2 \
--commit-sha=$CI_COMMIT_SHA \
--api-key=$APPVEYOR_API_KEY \
.ci/appveyor.yml
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/c26422b6a66419cbf6461ee3f63c3b965d76e1c4
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/c26422b6a66419cbf6461ee3f63c3b965d76e1c4
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]