2d3e436ab5
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
7 lines
85 B
Bash
Executable File
7 lines
85 B
Bash
Executable File
#!/bin/bash -xe
|
|
|
|
IMAGE=$1
|
|
|
|
if [ "$IMAGE" = "generic" ]; then
|
|
tox -e buildimage
|
|
fi |