diff --git a/build/run_build.sh b/build/run_build.sh index 048a104..84cbb5d 100755 --- a/build/run_build.sh +++ b/build/run_build.sh @@ -11,7 +11,8 @@ if [ "" == "${prj}" ] ; then fi Cmd="pushd /home/oleg/develop/cvtt2" -Cmd="${Cmd} && pushall ${prj}" +Cmd="${Cmd} && (cd ${prj}" +Cmd="${Cmd} && git pushall ${prj})" Cmd="${Cmd} && ./build_release.sh -p ${prj}" Cmd="${Cmd} && (cd ${prj}" Cmd="${Cmd} && git pull --tags"