Disable start of local docker registry

In initial versions the registry was used to cache local images.
Right now the scripts use directly images from versions.yaml

Change-Id: Ib0244d00db3dfd853451b8ef6a55c90b2d84f613
This commit is contained in:
Kaspars Skels 2019-02-08 17:38:18 -06:00
parent 5613857ade
commit f475f40246
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ set -e
source "${GATE_UTILS}"
# Docker registry (cache) setup
registry_up
# note: currently not used
# registry_up
# SSH setup
ssh_setup_declare