Update makerelease
This commit is contained in:
parent
9f801a394e
commit
83df961b10
1 changed files with 4 additions and 0 deletions
|
@ -85,3 +85,7 @@ echo "?>" >> $pubfile
|
|||
scp $pubfile matmoul@web.sourceforge.net:/home/project-web/$prjname/htdocs/$prjname-lib/index.php
|
||||
|
||||
rm -R .build
|
||||
|
||||
if [ ! "$branch" = "master" ]; then
|
||||
git checkout $branch
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue