mirror of https://github.com/databricks/cli.git
fix bundle/debug
This commit is contained in:
parent
6bc7aa7f83
commit
dfcbdaf5b8
|
@ -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