From: bones_was_here Date: Tue, 29 Nov 2022 07:24:50 +0000 (+1000) Subject: Provide autobuild gmqcc and DP to gitlab pipelines X-Git-Tag: xonotic-v0.8.6~22 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6c42318d826b9c83c787ce98275cbc668b4cc83e;p=xonotic%2Fxonotic.git Provide autobuild gmqcc and DP to gitlab pipelines --- diff --git a/misc/infrastructure/xonotic-release-build.cron b/misc/infrastructure/xonotic-release-build.cron index f3662df5..7f11e1d0 100755 --- a/misc/infrastructure/xonotic-release-build.cron +++ b/misc/infrastructure/xonotic-release-build.cron @@ -91,6 +91,12 @@ sha512sum Xonotic-latest*.zip > Xonotic-latest.sha512 rsync -vaSHP Xonotic*.zip Xonotic*.sha512 autobuild-release-uploader@beta.xonotic.org:"$RELEASETYPEDIR" if [ -z "$RELEASETYPEDIR" ]; then ssh autobuild-release-uploader@beta.xonotic.org sh ../../update-rsync.sh "$d" + + PIPELINE_GMQCC=gmqcc/gmqcc + PIPELINE_DP=Xonotic/xonotic-linux64-dedicated + if [ -x "$PIPELINE_GMQCC" ] && [ -x "$PIPELINE_DP" ]; then + rsync -vSP "$PIPELINE_GMQCC" "$PIPELINE_DP" autobuild-release-uploader@beta.xonotic.org:../pipeline-bin/ + fi fi echo "Finished a new $RELEASETYPENAME at http://beta.xonotic.org/autobuild/$RELEASETYPEDIR" | $IRCSPAM cd