FMN: enable triggered rebuilds for now
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
94625a45ec
commit
8cf4bf101d
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ spec:
|
|||
triggers:
|
||||
- type: ConfigChange
|
||||
- type: ImageChange
|
||||
{% if env == 'staging' %}
|
||||
# Enable triggered rebuild on prod for now, will disable when we actually go live
|
||||
{% if env == 'staging' or env == 'production' %}
|
||||
- type: GitHub
|
||||
github:
|
||||
# Not sure why secretReference does not work, but it doesn't.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue