mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
echo what's going on
This commit is contained in:
parent
ddc4ab9844
commit
c1ee254c4f
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ cp *.apk /tmp/releases_${VARIANT}
|
||||||
|
|
||||||
if [ -n "$XW_RELEASE_SCP_DEST" ]; then
|
if [ -n "$XW_RELEASE_SCP_DEST" ]; then
|
||||||
cat $OUT_FILE | while read APK; do
|
cat $OUT_FILE | while read APK; do
|
||||||
|
echo "running: scp /tmp/releases_${VARIANT}/$APK $XW_RELEASE_SCP_DEST ..."
|
||||||
scp /tmp/releases_${VARIANT}/$APK $XW_RELEASE_SCP_DEST
|
scp /tmp/releases_${VARIANT}/$APK $XW_RELEASE_SCP_DEST
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue