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',
|
'releng',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
REBUILD_STRATEGY = 'only-changed'
|
||||||
REBUILD_STRATEGY_ALLOW_OVERRIDE = True
|
REBUILD_STRATEGY_ALLOW_OVERRIDE = True
|
||||||
|
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue