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

Removed gitlab tags on runners

parent 0ad69749
No related branches found
No related tags found
No related merge requests found
Pipeline #5668 canceled
...@@ -15,9 +15,6 @@ compile-mandelbrot: ...@@ -15,9 +15,6 @@ compile-mandelbrot:
paths: paths:
- a.out - a.out
# Tag - an identifier to match a job with a specified machine. Useful for different provisions required by a machine. # Tag - an identifier to match a job with a specified machine. Useful for different provisions required by a machine.
tags:
- steve-jobs
submit-mandelbrot: submit-mandelbrot:
stage: submit stage: submit
dependencies: dependencies:
...@@ -27,5 +24,3 @@ submit-mandelbrot: ...@@ -27,5 +24,3 @@ submit-mandelbrot:
artifacts: artifacts:
paths: paths:
- new1.ppm - new1.ppm
tags:
- steve-jobs
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