Skip to content

Commit

Permalink
fetch cli from public repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikgupta-db committed Sep 7, 2023
1 parent 586e3a2 commit c5f41a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/databricks-vscode/scripts/fetch-databricks-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi

CLI_DIR=$(mktemp -d -t databricks-XXXXXXXXXX)
pushd $CLI_DIR
curl https://databricks-bricks.s3.amazonaws.com/v${CLI_VERSION}/databricks_cli_${CLI_VERSION}_${CLI_ARCH}.zip -o databricks_cli_${CLI_VERSION}_${CLI_ARCH}.zip
gh release download v${CLI_VERSION} --pattern "databricks_cli_${CLI_VERSION}_${CLI_ARCH}.zip" --repo databricks/cli
unzip databricks_*_$CLI_ARCH.zip
rm databricks_*_$CLI_ARCH.zip
ls
Expand Down

0 comments on commit c5f41a7

Please sign in to comment.