From b29912af0fa48ef277d992e15701aec8cc0963a7 Mon Sep 17 00:00:00 2001 From: Sven Karsten Date: Thu, 22 Dec 2022 13:39:30 +0100 Subject: [PATCH] Updated build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 556f903..e1cf99e 100755 --- a/build.sh +++ b/build.sh @@ -29,4 +29,4 @@ rsync -i -u build_${target}.sh ${dest}/components/${component}/ echo ssh -t "${user_at_dest}" "cd ${dest_folder}/components/${component}/; bash -c \"source ~/.bash_profile; source start_build_${target}.sh $debug $fast\"" ssh -t "${user_at_dest}" "cd ${dest_folder}/components/${component}/; bash -c \"source ~/.bash_profile; source start_build_${target}.sh $debug $fast\"" -../../local_scripts/tag_build.sh "${target_keyword}" "$debug" "$fast" +../../local_scripts/tag_build.sh "${target_keyword}" "$debug" "$fast" "$component"