]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
CI: remove build artifacts
authorTimePath <andrew.hardaker1995@gmail.com>
Wed, 6 Jan 2016 01:44:48 +0000 (12:44 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Wed, 6 Jan 2016 01:44:48 +0000 (12:44 +1100)
.gitlab-ci.yml

index 42b02a5010bbfe5148d654139ef3ecd4432c22e0..0d15b1f034ad5b385921e2270de00543059c201f 100644 (file)
@@ -20,9 +20,6 @@ build:
         if [[ $line == "All tests OK" ]]; then exit 0; fi;
       done < <(${ENGINE} +developer 1 +map gitlab-ci +sv_cmd runtest +exit)
     - exit 1
-  artifacts:
-    paths:
-      - csprogs.dat
 
 doxygen:  # rename to 'pages' when gitlab.com allows pages to exceed 100MiB
   stage: deploy