From 0ca3cd1b4651764722f2c27ec3da41837ec3643e Mon Sep 17 00:00:00 2001 From: Niels Peretzke Date: Sun, 18 Aug 2019 17:32:48 +0200 Subject: [PATCH] Gamemode zum Serverordner kopieren --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e61847..2052014 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,10 +7,11 @@ after_script: build1: stage: build script: - - ~/pawncc gamemodes/*.pwn -iinclude "-;+" -v2 -d3 -Z+ + - ~/pawncc gamemodes/gamemode.pwn -iinclude "-;+" -v2 -d3 -Z+ + - cp ./gamemode.amx ~/server/gamemodes artifacts: paths: - - ./*.amx + - ./gamemode.amx expire_in: 1 week #deploy1: