fix
This commit is contained in:
parent
4ce11b12ce
commit
55a5f97f6d
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user