From edf5f25022713cf021b671174593e4ca3b77c44b Mon Sep 17 00:00:00 2001 From: Niels Peretzke Date: Sat, 17 Aug 2019 23:51:42 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f772d53..c8cde9f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,16 +1,13 @@ before_script: - echo "Hier lassen sich Aufgaben VOR dem Compilen angeben" - - curl -H "Content-Type: application/json" -X POST -d '{"username": "GitLab CI Bot", "content": "**samp-test**\nStatus: Build ausstehend"}' https://discordapp.com/api/webhooks/612431337889988614/vj974mFqeTSBX7QfNIQsSLCI1H0nNmC1g0L0PV1G_R27I_6hNaWClFMCNCnx2Ej3LT5U after_script: - echo "Hier lassen sich Aufgaben NACH dem Compilen angeben" - - curl -H "Content-Type: application/json" -X POST -d '{"username": "GitLab CI Bot", "content": "**samp-test**\nStatus: Build abgeschlossen"}' https://discordapp.com/api/webhooks/612431337889988614/vj974mFqeTSBX7QfNIQsSLCI1H0nNmC1g0L0PV1G_R27I_6hNaWClFMCNCnx2Ej3LT5U build1: stage: build script: - ~/pawncc gamemodes/bare.pwn -iinclude "-;+" -v2 -d3 -Z+ - - curl -H "Content-Type: application/json" -X POST -d '{"username": "GitLab CI Bot", "content": "**samp-test**\nStatus: Build erfolgreich"}' https://discordapp.com/api/webhooks/612431337889988614/vj974mFqeTSBX7QfNIQsSLCI1H0nNmC1g0L0PV1G_R27I_6hNaWClFMCNCnx2Ej3LT5U artifacts: paths: - bare.amx