Only build memstick images for now

This commit is contained in:
Renato Botelho 2016-06-27 19:17:44 -03:00
parent 8de27a69c4
commit f310decfbb

View File

@ -191,7 +191,8 @@ while [ /bin/true ]; do
done
(${BUILDER_ROOT}/build.sh ${NO_UPLOAD} --flash-size '2g 4g' \
--snapshots ${NO_IMAGES} 2>&1) | while read -r LINE; do
--snapshots ${NO_IMAGES} "memstick memstickadi memstickserial" 2>&1) \
| while read -r LINE; do
snapshot_update_status "${LINE}"
done
fi