Always enable TRACE in gate for building images

It'll provides us a bunch of additional information to debug
potential issues.

Change-Id: Iaa69c0fc35f922d35535ee63a9adb6be2d021237
This commit is contained in:
Sergey Lukjanov 2015-05-07 14:43:11 +03:00
parent ed0564cc88
commit 77cf556122
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
PLUGIN=$1
tox -e venv -- sahara-image-create -u -p $PLUGIN
tox -e venv -- sahara-image-create -x -u -p $PLUGIN