From 70f47fd2b5302c63c685258ced088bf76f66c997 Mon Sep 17 00:00:00 2001 From: JayPiKay Date: Mon, 28 Aug 2017 12:00:53 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9f1ff8..d0bdf0a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,13 +4,14 @@ # see https://hub.docker.com/_/gcc/ image: gcc -trigger_build: - stage: deploy - script: - - "curl -X POST -F token=KxfjoqGbMTBooVwKLDDX-F ref=master https://git.goatpr0n.de/api/v4/projects/46/trigger/pipeline" +#trigger_build: +# stage: deploy +# script: +# - "curl -X POST -F token=KxfjoqGbMTBooVwKLDDX-F ref=master https://git.goatpr0n.de/api/v4/projects/46/trigger/pipeline" build: stage: build + tags: gcc # instead of calling g++ directly you can also use some build toolkit like make # install the necessary build tools when needed before_script: