when x develop

This commit is contained in:
Samuele Locatelli
2021-04-01 11:54:55 +02:00
parent 9ec69bb282
commit 36ffe8f262
+2
View File
@@ -102,6 +102,7 @@ AC:deploy:
stage: staging
rules:
- if: '$CI_COMMIT_BRANCH == "develop"'
when: always
# only:
# - tags # the build process will only be started by git tag commits
before_script:
@@ -126,6 +127,7 @@ BHS:deploy:
stage: staging
rules:
- if: '$CI_COMMIT_BRANCH == "develop"'
when: always
before_script:
- *nuget-fix
- '& "$env:NUGET_PATH" restore GPW.sln'