Skips content site deployment
Adds a variable to skip content site deployment during pipeline runs. This allows for faster and more focused runs when content site changes are not relevant.
This commit is contained in:
parent
70b41a4f17
commit
5c7a15da60
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ variables:
|
|||
value: 2
|
||||
- name: IS_REGRESSION
|
||||
value: "false"
|
||||
- name: "SKIP_CONTENT_SITE"
|
||||
value: "true"
|
||||
|
||||
stages:
|
||||
# PR's
|
||||
|
|
|
|||
Loading…
Reference in a new issue