From cb9c1a20f14a44dc7d4bbb71e7c255e42b979594 Mon Sep 17 00:00:00 2001 From: Cat Flynn Date: Sat, 30 Jan 2021 15:35:58 +0000 Subject: [PATCH] add tags to jobs --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dff603d..7961669 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,8 @@ variables: build: stage: build + tags: + - unity script: - chmod +x ./ci/build.sh - ./ci/build.sh $UNITY_VERSION @@ -23,6 +25,8 @@ build: deploy-dev: stage: deploy + tags: + - deploy rules: - if: $CI_COMMIT_BRANCH == $DEV_BRANCH variables: @@ -37,6 +41,8 @@ deploy-dev: deploy-release: stage: deploy + tags: + - deploy rules: - if: $CI_COMMIT_TAG && $CI_COMMIT_BRANCH != $DEV_BRANCH variables: