Code review comment for lp:~pwlars/ubuntu-test-cases/jenkins-provision-version

Revision history for this message
Andy Doan (doanac) wrote :

8 - BUILDID=`cat ${RESDIR}/media-info | awk '{ print $(NF)}' | sed -e 's/(//' -e 's/)//'`
9 - echo "= TOUCH BUILD DATE:$BUILDID"
10 + BUILDID=$(adb shell cat /home/phablet/.ci-version)
11 + echo "= TOUCH IMAGE VERSION:$BUILDID"

you've got spaces instead of tabs I think

« Back to merge proposal