toddlers: build from the debug branch for now

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-01-05 14:56:21 +01:00
parent 161526ac58
commit 21d726f63c

View file

@ -16,7 +16,7 @@ spec:
{% if env == 'staging' %}
ref: "staging"
{% else %}
ref: "production"
ref: "debug"
{% endif %}
strategy:
type: Docker