From 85bb527f6151064c26f247481325bc1ff454fa13 Mon Sep 17 00:00:00 2001 From: Kieron Date: Thu, 29 Oct 2020 12:15:58 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22d16138..58d66f61 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,6 @@ # This file is a template, and might need editing before it works on your project. # see https://docs.gitlab.com/ee/ci/yaml/README.html for all available options -job: - tags: - - asuro - .before_script: - echo "Before script section" - echo "For example you might run an update here or install a build dependency" @@ -16,6 +12,8 @@ job: build: stage: build + tags: + - asuro script: ./compile.sh artifacts: paths: