未验证 提交 00b1a32b 编写于 作者: J Jenny Li 提交者: GitHub

Remove duplicate docker-compose pull and change the indentation (#18313)

Signed-off-by: NJenny Li <jing.li@zilliz.com>
上级 706d4414
......@@ -295,11 +295,9 @@ if [[ -z "${SKIP_BUILD:-}" ]]; then
else
trace "setup kind registry" setup_kind_registry
fi
pushd "${ROOT}"
trace "docker pull builder " docker-compose pull --ignore-pull-failures builder
trace "build milvus" "${ROOT}/build/builder.sh" /bin/bash -c "${BUILD_COMMAND}"
popd
pushd "${ROOT}"
trace "build milvus" "${ROOT}/build/builder.sh" /bin/bash -c "${BUILD_COMMAND}"
popd
fi
if [[ -n "${DISABLE_KIND:-}" ]]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册