From a95ff54981782db77db0c48a444215e7ff30d9d8 Mon Sep 17 00:00:00 2001 From: Niels Peretzke Date: Sat, 17 Aug 2019 23:54:18 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c8cde9f..3da80ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,10 +7,10 @@ after_script: build1: stage: build script: - - ~/pawncc gamemodes/bare.pwn -iinclude "-;+" -v2 -d3 -Z+ + - ~/pawncc gamemodes/*.pwn -iinclude "-;+" -v2 -d3 -Z+ artifacts: paths: - - bare.amx + - gamemode.amx expire_in: 1 week #deploy1: