mbs: change REBUILD_STRATEGY from the default 'changed-and-after' to 'only-changed'
This commit is contained in:
parent
ead8042cfd
commit
cf6dc8a348
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ class ProdConfiguration(BaseConfiguration):
|
|||
'releng',
|
||||
]
|
||||
|
||||
REBUILD_STRATEGY = 'only-changed'
|
||||
REBUILD_STRATEGY_ALLOW_OVERRIDE = True
|
||||
|
||||
{% if env == 'staging' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue