when x develop
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user