From b4dc7e84b9913e91f0f062a777ea4780331382df Mon Sep 17 00:00:00 2001 From: Will Morris <williamdunstanmorris@gmail.com> Date: Mon, 10 Dec 2018 13:29:53 +0000 Subject: [PATCH] Rm only keyword to jobs for branch master --- .gitlab-ci.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1cf8596..807ebc5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ compile-mandelbrot: # Stage: compile submit-mandelbrot: - stage: submit + stage: compile dependencies: - compile-mandelbrot script: @@ -40,16 +40,3 @@ submit-mandelbrot: # Keyword for specified branch to run on only: - master - -# Stage: submit -compile-mandelbrot: - stage: build - script: - - gcc mandelbrot.c - artifacts: - paths: - - a.out - tags: - - macosx - only: - - condor -- GitLab