77cf556122
It'll provides us a bunch of additional information to debug potential issues. Change-Id: Iaa69c0fc35f922d35535ee63a9adb6be2d021237
6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#!/bin/bash -xe
|
|
|
|
PLUGIN=$1
|
|
|
|
tox -e venv -- sahara-image-create -x -u -p $PLUGIN
|