File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- UV_ARGS=$(sed "s|\[ DATABRICKS_BUNDLES_WHEEL\]| $DATABRICKS_BUNDLES_WHEEL|" <<< "$UV_ARGS")
1+ UV_ARGS="${UV_ARGS//\[\ DATABRICKS_BUNDLES_WHEEL\]/ $DATABRICKS_BUNDLES_WHEEL}"
22
33trace uv run --python 3.10 $UV_ARGS -q $CLI bundle validate --output json | \
44 jq "pick(.experimental.python, .resources)"
Original file line number Diff line number Diff line change 1- UV_ARGS=$(sed "s|\[ DATABRICKS_BUNDLES_WHEEL\]| $DATABRICKS_BUNDLES_WHEEL|" <<< "$UV_ARGS")
1+ UV_ARGS="${UV_ARGS//\[\ DATABRICKS_BUNDLES_WHEEL\]/ $DATABRICKS_BUNDLES_WHEEL}"
22
33trace uv run --python 3.10 $UV_ARGS -q $CLI bundle validate --output json | \
44 jq "pick(.experimental.python, .resources)"
Original file line number Diff line number Diff line change 1- UV_ARGS=$(sed "s|\[ DATABRICKS_BUNDLES_WHEEL\]| $DATABRICKS_BUNDLES_WHEEL|" <<< "$UV_ARGS")
1+ UV_ARGS="${UV_ARGS//\[\ DATABRICKS_BUNDLES_WHEEL\]/ $DATABRICKS_BUNDLES_WHEEL}"
22
33trace uv run --python 3.10 $UV_ARGS -q $CLI bundle validate --output json | \
44 jq "pick(.experimental.python, .resources)"
You can’t perform that action at this time.
0 commit comments