echo what's going on

This commit is contained in:
Eric House 2014-09-05 21:19:32 -07:00
parent ddc4ab9844
commit c1ee254c4f

View file

@ -69,6 +69,7 @@ cp *.apk /tmp/releases_${VARIANT}
if [ -n "$XW_RELEASE_SCP_DEST" ]; then
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
done
fi