Update .gitlab-ci.yml

This commit is contained in:
jpk 2017-08-28 12:00:53 +02:00
parent ef428e0f2a
commit 70f47fd2b5
1 changed files with 5 additions and 4 deletions

View File

@ -4,13 +4,14 @@
# see https://hub.docker.com/_/gcc/ # see https://hub.docker.com/_/gcc/
image: gcc image: gcc
trigger_build: #trigger_build:
stage: deploy # stage: deploy
script: # script:
- "curl -X POST -F token=KxfjoqGbMTBooVwKLDDX-F ref=master https://git.goatpr0n.de/api/v4/projects/46/trigger/pipeline" # - "curl -X POST -F token=KxfjoqGbMTBooVwKLDDX-F ref=master https://git.goatpr0n.de/api/v4/projects/46/trigger/pipeline"
build: build:
stage: build stage: build
tags: gcc
# instead of calling g++ directly you can also use some build toolkit like make # instead of calling g++ directly you can also use some build toolkit like make
# install the necessary build tools when needed # install the necessary build tools when needed
before_script: before_script: