mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
Don't upload .apk as part of this script. Maybe later as part of -clone.sh.
This commit is contained in:
parent
5da0a78710
commit
031cd613c1
1 changed files with 0 additions and 6 deletions
|
@ -75,12 +75,6 @@ for PACK_UNSIGNED in $FILES; do
|
|||
cp $PACK_SIGNED "${TARGET}"
|
||||
echo "created ${TARGET}"
|
||||
|
||||
if [ -n "$XW_RELEASE_SCP_DEST" ]; then
|
||||
echo "running scp ${TARGET} $XW_RELEASE_SCP_DEST"
|
||||
scp "${TARGET}" "$XW_RELEASE_SCP_DEST" || true
|
||||
else
|
||||
echo "XW_RELEASE_SCP_DEST not set; you're on your own"
|
||||
fi
|
||||
done
|
||||
|
||||
if [ -n "$TAGNAME" ]; then
|
||||
|
|
Loading…
Reference in a new issue