Skip to content

Commit

Permalink
Comment out SCP until I figure out a way to get SSH keys deployed, or…
Browse files Browse the repository at this point in the history
… anonymous FTP.
  • Loading branch information
Jason Stewart committed Apr 14, 2012
1 parent 83f74d3 commit 8254296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -94,7 +94,7 @@ fi
mka gummy 2>&1 | tee "$LUNCH".log

ZIP=$(tail -2 "$LUNCH".log | cut -f3 -d ' ' | cut -f1 -d ' ' | sed -e '/^$/ d')
scp out/target/product/$DEVICE/$ZIP website@exynos.co:/home/website/www/gummy.exynos.co/public_html/$DEVICE/$ZIP
#scp out/target/product/$DEVICE/$ZIP website@exynos.co:/home/website/www/gummy.exynos.co/public_html/$DEVICE/$ZIP
mkdir $WORKSPACE2/archive
cp out/target/product/$DEVICE/$ZIP $WORKSPACE2/archive
check_result Build failed.

0 comments on commit 8254296

Please sign in to comment.