From 1b7568eaea7eeae1cfc98934e8d3709358c1eccf Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Tue, 23 Jul 2024 16:49:37 +1000 Subject: [PATCH] Include all stormkeep files required by pipeline --- misc/infrastructure/xonotic-release-build.cron | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/misc/infrastructure/xonotic-release-build.cron b/misc/infrastructure/xonotic-release-build.cron index f9f16dac..79c4cfad 100755 --- a/misc/infrastructure/xonotic-release-build.cron +++ b/misc/infrastructure/xonotic-release-build.cron @@ -102,8 +102,11 @@ rsync -vaSHP Xonotic*.zip Xonotic*.sha512 autobuild-release-uploader@beta.xonoti if [ -z "$RELEASETYPEDIR" ]; then ssh autobuild-release-uploader@beta.xonotic.org sh ../../update-rsync.sh "$d" - # pipeline files, see: .gitlab-ci.yml in xonotic-data.pk3dir + # also upload pipeline files for .gitlab-ci.yml in xonotic-data.pk3dir cp data/stormkeep-????????????????????????????????????????-????????????????????????????????????????.pk3 stormkeep.pk3 + cd data/xonotic-maps.pk3dir # need correct path inside pk3 + 7z a -tzip -mx=9 ../../stormkeep.pk3 maps/stormkeep.mapinfo maps/stormkeep.waypoints* + cd ~/xonotic-release-build PIPELINE_FILES="gmqcc/gmqcc Xonotic/xonotic-linux64-dedicated stormkeep.pk3" rsync -vSP $PIPELINE_FILES autobuild-release-uploader@beta.xonotic.org:../pipeline-bin/ rm -f stormkeep.pk3 -- 2.39.2