Code Review
/
validation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
04d8950
)
Fix blucon.py argument issue
32/3432/1
author
DANIEL STOICA
<daniel.stoica@enea.com>
Wed, 13 May 2020 11:42:03 +0000
(14:42 +0300)
committer
DANIEL STOICA
<daniel.stoica@enea.com>
Wed, 13 May 2020 11:48:55 +0000
(14:48 +0300)
Change argument -p in -P to synchronize validation/bluval/blucon.py
with ci-management/jjb/shell/run_bluval.sh arguments
Signed-off-by: DANIEL STOICA <daniel.stoica@enea.com>
Change-Id: I53ee0751e924cc0f9c382364658eecd540848aa5
bluval/blucon.py
patch
|
blob
|
history
diff --git
a/bluval/blucon.py
b/bluval/blucon.py
index
8072382
..
6913330
100644
(file)
--- a/
bluval/blucon.py
+++ b/
bluval/blucon.py
@@
-109,7
+109,7
@@
def invoke_dockers(yaml_loc, layer, blueprint_name, tag):
@click.option('--network', '-n')
@click.option('--tag', '-t')
@click.option('--optional_also', '-o', is_flag=True)
-@click.option('--pull', '-
p
', is_flag=True)
+@click.option('--pull', '-
P
', is_flag=True)
# pylint: disable=too-many-arguments
def main(blueprint, layer, network, tag, optional_also, pull):
"""Takes blueprint name and optional layer. Validates inputs and derives