Skip to content

Commit

Permalink
sanity check artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Feb 24, 2012
1 parent 9b4486d commit 86c6ba3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,14 @@ make -j$THREADS bacon recoveryzip recoveryimage
RESULT=$?

cp $OUT/update*.zip* $WORKSPACE/archive
cp $OUT/utilties/update.zip $WORKSPACE/archive/recovery.zip
cp $OUT/recovery.img $WORKSPACE/archive
if [ -f $OUT/utilties/update.zip ]
then
cp $OUT/utilties/update.zip $WORKSPACE/archive/recovery.zip
fi
if [ -f $OUT/recovery.img ]
then
cp $OUT/recovery.img $WORKSPACE/archive
fi


exit $RESULT

0 comments on commit 86c6ba3

Please sign in to comment.