mirror of https://github.com/databricks/cli.git
fix bundle/debug
This commit is contained in:
parent
78340541cc
commit
b8390b8c8c
|
@ -1,3 +1,4 @@
|
|||
$CLI bundle validate --debug > out.stdout.txt 2> full.stderr.txt
|
||||
grep -vw parallel full.stderr.txt > out.stderr.txt
|
||||
grep -w parallel full.stderr.txt | sort_lines.py > out.stderr.parallel.txt
|
||||
rm full.stderr.txt
|
||||
|
|
Loading…
Reference in New Issue