From 2d521a11143b20fddc341babaad4688569db439a Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Fri, 28 Oct 2022 15:00:58 +0200 Subject: [PATCH] chore(build): build all images in parallel (faster full build) --- 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 5b395fa29..6f321e53b 100644 --- a/scripts/helmcharts/build_deploy_parallel.sh +++ b/scripts/helmcharts/build_deploy_parallel.sh @@ -1,6 +1,6 @@ #!/bin/bash set -e - +# Must run inside tmux # This script will build and push docker image to registry # Usage: IMAGE_TAG=latest DOCKER_REPO=rg.fr-par.scw.cloud/foss bash build_deploy.sh