From f475f40246b52fa40da0859c15acc88dab52ea12 Mon Sep 17 00:00:00 2001 From: Kaspars Skels Date: Fri, 8 Feb 2019 17:38:18 -0600 Subject: [PATCH] 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 --- tools/multi_nodes_gate/airship_gate/stages/gate-setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/multi_nodes_gate/airship_gate/stages/gate-setup.sh b/tools/multi_nodes_gate/airship_gate/stages/gate-setup.sh index 9505bf47..891bf781 100755 --- a/tools/multi_nodes_gate/airship_gate/stages/gate-setup.sh +++ b/tools/multi_nodes_gate/airship_gate/stages/gate-setup.sh @@ -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