fix: strutural step should not be available in commandline
This commit is contained in:
parent
07a22d7966
commit
0e522db15f
1 changed files with 2 additions and 2 deletions
|
|
@ -392,8 +392,8 @@ secret_manager:
|
||||||
for obj in objects:
|
for obj in objects:
|
||||||
rougail_process += f" - {obj['name']}\n"
|
rougail_process += f" - {obj['name']}\n"
|
||||||
if process == "structural":
|
if process == "structural":
|
||||||
# rougail_process += """ commandline: false
|
rougail_process += """ commandline: false
|
||||||
rougail_process += """ multi: true
|
multi: true
|
||||||
default:
|
default:
|
||||||
- directory
|
- directory
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue