Browse Source

Updated build.sh

1.01.00
Sven Karsten 5 months ago
parent
commit
b29912af0f
  1. 2
      build.sh

2
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"

Loading…
Cancel
Save