fix: registry_password in quotes

Copes with passwords containing spaces.
This commit is contained in:
Giles Bradshaw 2020-10-06 19:38:37 +01:00
parent 0000ce5a12
commit 7b42336408
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ function(config)
commands: [
'set -e',
'export REGISTRY=$${REGISTRY_DOMAIN}:$${REGISTRY_PORT}/',
'%(script)s $${REGISTRY} $${REGISTRY_PASSWORD}' % config,
'%(script)s $${REGISTRY} "$${REGISTRY_PASSWORD}"' % config,
],
},
],