]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
pipeline: don't rename _init.bsp to gitlab-ci.bsp, it causes confusion
authorbones_was_here <bones_was_here@xonotic.au>
Fri, 2 Dec 2022 14:58:26 +0000 (00:58 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Fri, 2 Dec 2022 14:58:26 +0000 (00:58 +1000)
.gitlab-ci.yml

index b6735a471d6ea8e3d1dd03101d1620ae6d697366..62a9fa393ee55019a7f3601fbe9a473ea6fe8b31 100644 (file)
@@ -52,15 +52,15 @@ test_sv_game:
     - make qc || exit 1\r
 \r
     - mkdir -p data/maps\r
-    - wget -nv -O data/maps/gitlab-ci.bsp https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/_init/_init.bsp\r
+    - wget -nv -O data/maps/_init.bsp https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/_init/_init.bsp\r
 \r
     - while read LINE; do\r
         echo $LINE;\r
         [ "$LINE" = "All tests OK" ] && PASS=1;\r
-      done < <(${ENGINE} +developer 1 +map gitlab-ci +sv_cmd runtest +wait +quit)\r
+      done < <(${ENGINE} +developer 1 +map _init +sv_cmd runtest +wait +quit)\r
     - test "$PASS" = "1" || { echo 'sv_cmd runtest failed!'; exit 1; }\r
 \r
-    - ${ENGINE} +map gitlab-ci +sv_cmd dumpnotifs +wait +quit\r
+    - ${ENGINE} +map _init +sv_cmd dumpnotifs +wait +quit\r
     - diff notifications.cfg data/data/notifications_dump.cfg ||\r
         { echo 'Please update notifications.cfg using `dumpnotifs`!'; exit 1; }\r
 \r