diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 53b88d2..e110779 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,14 +2,13 @@ before_script: - echo "Hier lassen sich Aufgaben VOR dem Compilen angeben" after_script: - - echo "Hier lassen sich Aufgaben NACH dem Compilen angeben" + - sleep 1m && ~/rcon/rcon -h 127.0.0.1 -P 7777 -p $RCON_PASSWORD -c gmx build1: stage: build script: - ~/pawncc gamemodes/gamemode.pwn -iinclude "-;+" -v2 -d3 -Z+ - cp ./gamemode.amx ~/server/gamemodes - - ~/rcon/rcon -h 127.0.0.1 -P 7777 -p $RCON_PASSWORD -c gmx artifacts: paths: - ./gamemode.amx