Merge "Ensure cache directory exists before use"

This commit is contained in:
Jenkins 2014-06-26 20:15:15 +00:00 committed by Gerrit Code Review
commit fb1adbbfee

View File

@ -8,4 +8,5 @@ set -o pipefail
ZYPPER_CACHE_DIR=~/.cache/image-create/zypper
mkdir -p $ZYPPER_CACHE_DIR
sudo mkdir -p $TMP_MOUNT_PATH/var/cache/zypp
sudo mount --bind $ZYPPER_CACHE_DIR $TMP_MOUNT_PATH/var/cache/zypp