From 2e7b8f11aaa7e8d4a4a9c25a092a29e31d3a43a3 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 2 Sep 2021 12:20:42 +0200 Subject: [PATCH] Add tag x win --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 953a6b9..59ff5f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,6 +47,8 @@ stages: build: stage: build + tags: + - win before_script: - *nuget-fix - '& "$env:NUGET_PATH" restore NKC_WF.sln' # path alla solution corrente @@ -56,6 +58,8 @@ build: IIS01:deploy: stage: deploy + tags: + - win rules: - if: '$CI_COMMIT_BRANCH == "develop"' before_script: @@ -68,6 +72,8 @@ IIS01:deploy: IIS02:deploy: stage: deploy + tags: + - win rules: - if: '$CI_COMMIT_BRANCH == "master"' before_script: @@ -80,6 +86,8 @@ IIS02:deploy: # install: # stage: installer +# tags: +# - win # rules: # - if: '$CI_COMMIT_BRANCH == "master"' # when: manual