Skip to content
Snippets Groups Projects
Commit b4dc7e84 authored by Will Morris's avatar Will Morris
Browse files

Rm only keyword to jobs for branch master

parent b7f7d3be
No related branches found
No related tags found
No related merge requests found
Pipeline #5686 passed
...@@ -27,7 +27,7 @@ compile-mandelbrot: ...@@ -27,7 +27,7 @@ compile-mandelbrot:
# Stage: compile # Stage: compile
submit-mandelbrot: submit-mandelbrot:
stage: submit stage: compile
dependencies: dependencies:
- compile-mandelbrot - compile-mandelbrot
script: script:
...@@ -40,16 +40,3 @@ submit-mandelbrot: ...@@ -40,16 +40,3 @@ submit-mandelbrot:
# Keyword for specified branch to run on # Keyword for specified branch to run on
only: only:
- master - master
# Stage: submit
compile-mandelbrot:
stage: build
script:
- gcc mandelbrot.c
artifacts:
paths:
- a.out
tags:
- macosx
only:
- condor
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment