Browse Source

Update .gitlab-ci.yml

master
Niels Peretzke 5 years ago
parent
commit
3da099dc61
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      .gitlab-ci.yml

+ 1
- 2
.gitlab-ci.yml View File

@ -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


Loading…
Cancel
Save