This commit is contained in:
Oleg Sheynin 2024-08-17 14:02:13 -04:00
parent 4ce11b12ce
commit 55a5f97f6d

View File

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