Merge branch 'master' of git@github.com:osmandapp/Osmand.git
This commit is contained in:
commit
e7a30b16e7
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ do
|
|||
if [ ! -d assets ]; then
|
||||
mkdir assets
|
||||
fi
|
||||
ant clean debug &> $DIRECTORY/build.log
|
||||
ant clean debug &> "$DIRECTORY/build.log"
|
||||
|
||||
if [ "$BRANCH" = "release" ]; then
|
||||
cp bin/OsmAnd-debug.apk "$LATESTS_DIR/OsmAnd-stable.apk"
|
||||
elif [ "$BRANCH" = "master" ]; then
|
||||
|
|
Loading…
Reference in a new issue