From 52da209856ea8c0c6fe4a50679336520f58a1973 Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Mon, 31 Oct 2022 18:12:32 +0100 Subject: [PATCH] chore(build): changed parallel build script --- scripts/helmcharts/build_deploy_parallel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/build_deploy_parallel.sh b/scripts/helmcharts/build_deploy_parallel.sh index 3b274f91f..76ab9a766 100644 --- a/scripts/helmcharts/build_deploy_parallel.sh +++ b/scripts/helmcharts/build_deploy_parallel.sh @@ -14,7 +14,7 @@ echo $DOCKER_REPO exit 1 } || { docker login $DOCKER_REPO - tmux set-option remain-on-exit on +# tmux set-option remain-on-exit on tmux split-window "cd ../../backend && IMAGE_TAG=$IMAGE_TAG DOCKER_REPO=$DOCKER_REPO PUSH_IMAGE=1 bash build.sh $@" tmux split-window "cd ../../utilities && IMAGE_TAG=$IMAGE_TAG DOCKER_REPO=$DOCKER_REPO PUSH_IMAGE=1 bash build.sh $@" tmux select-layout tiled