Fix initialization of the use_custom_registry boolean

This commit is contained in:
Maurits van Beusekom 2019-03-11 13:20:40 +01:00
parent 45755aff0b
commit e5ee6d735c

View File

@ -173,7 +173,7 @@ if [[ $clean ]]; then
echo "Previous releases deleted" echo "Previous releases deleted"
fi fi
use_custom_registry='yes' use_custom_registry=''
if [[ -n $container_registry ]]; then if [[ -n $container_registry ]]; then
use_custom_registry='yes' use_custom_registry='yes'