From 03a2da89815fde0e1a6118154479bd976657c692 Mon Sep 17 00:00:00 2001 From: Will Morris <williamdunstanmorris@gmail.com> Date: Sun, 9 Dec 2018 12:16:47 +0000 Subject: [PATCH] Removed gitlab tags on runners --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32b6c1e..38b763a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,9 +15,6 @@ compile-mandelbrot: paths: - a.out # Tag - an identifier to match a job with a specified machine. Useful for different provisions required by a machine. - tags: - - steve-jobs - submit-mandelbrot: stage: submit dependencies: @@ -27,5 +24,3 @@ submit-mandelbrot: artifacts: paths: - new1.ppm - tags: - - steve-jobs -- GitLab