manila-image-elements/tools/gate/build-images
vponomaryov 2d3e436ab5 Fix name of CI script
Gate job for building image fails because it cannot find
file "tools/gate/build_images" that should be named "tools/gate/build-images".

Change-Id: I57bebc790235ebc24748d7ec7367d0f2e1b5a14a
Partial-bug: #1504530
2016-01-20 13:55:54 +02:00

7 lines
85 B
Bash
Executable File

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