On Tue, Sep 29, 2020 at 09:41:31AM +0800, Liu Yinsi wrote:
scheduler-https, conserver, web-backend-nginx no need to deploy.
Signed-off-by: Liu Yinsi liuyinsi@163.com
sparrow/4-docker/buildall | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sparrow/4-docker/buildall b/sparrow/4-docker/buildall index 230c6ac..7698c08 100755 --- a/sparrow/4-docker/buildall +++ b/sparrow/4-docker/buildall @@ -29,7 +29,10 @@ do_one()
mkdir $tmpdir/$container_name 2>/dev/null && mkdir -p $tmpdir/$container_name &&
Thanks sunyukui
( cd $container
[ "$container_name" == 'sub-fluentd' ] && exit
[ "$container_name" == 'sub-fluentd' ] || \
[ "$container_name" == 'conserver' ] || \
[ "$container_name" == 'web-backend-nginx' ] || \
[ -x build ] && ./build [ -x install ] && ./install [ -x first-run ] && ./first-run[ "$container_name" == 'scheduler-https' ] && exit
-- 2.23.0