Remove unnecessary logging
This commit is contained in:
parent
3789c2e624
commit
41a95a8402
1 changed files with 0 additions and 2 deletions
|
@ -51,8 +51,6 @@ unmount_image ${IMG_FILE}
|
|||
|
||||
rm -f "$ZIP_FILE"
|
||||
|
||||
echo zip "$ZIP_FILE" ${IMG_FILE}
|
||||
|
||||
pushd ${STAGE_WORK_DIR} > /dev/null
|
||||
zip "$ZIP_FILE" $(basename ${IMG_FILE})
|
||||
popd > /dev/null
|
||||
|
|
Reference in a new issue