]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Provide autobuild gmqcc and DP to gitlab pipelines
authorbones_was_here <bones_was_here@xonotic.au>
Tue, 29 Nov 2022 07:24:50 +0000 (17:24 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Tue, 29 Nov 2022 07:24:50 +0000 (17:24 +1000)
misc/infrastructure/xonotic-release-build.cron

index f3662df53cc275e1266bc23455df196769790be1..7f11e1d08a4c40583365bbde70bbf3044293c130 100755 (executable)
@@ -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