From: bones_was_here Date: Tue, 23 Jul 2024 06:49:37 +0000 (+1000) Subject: Include all stormkeep files required by pipeline X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1b7568eaea7eeae1cfc98934e8d3709358c1eccf;p=xonotic%2Fxonotic.git Include all stormkeep files required by pipeline --- 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