f65fb8566c
It is very useful to have detailed messages in CI logs for case we have errors. So, enable it for CI. Change-Id: Icf943dfababad8f6a99c2a754a753a40be9457b1 Closes-Bug: #1538662
8 lines
89 B
Bash
Executable File
8 lines
89 B
Bash
Executable File
#!/bin/bash -xe
|
|
|
|
IMAGE=$1
|
|
|
|
if [ "$IMAGE" = "generic" ]; then
|
|
tox -v -e buildimage
|
|
fi
|