manila-image-elements/tools/gate/build-images

10 lines
150 B
Bash
Executable File

#!/bin/bash -xe
IMAGE=$1
if [ "$IMAGE" = "generic" ]; then
tox -v -e buildimage
elif [ "$IMAGE" = "lxd" ]; then
tox -v -e buildimage-lxd
fi