diff --git a/build/run_build.sh b/build/run_build.sh index 84cbb5d..afac142 100755 --- a/build/run_build.sh +++ b/build/run_build.sh @@ -12,7 +12,7 @@ fi Cmd="pushd /home/oleg/develop/cvtt2" Cmd="${Cmd} && (cd ${prj}" -Cmd="${Cmd} && git pushall ${prj})" +Cmd="${Cmd} && git pushall)" Cmd="${Cmd} && ./build_release.sh -p ${prj}" Cmd="${Cmd} && (cd ${prj}" Cmd="${Cmd} && git pull --tags"