Skip to content

Commit

Permalink
add debugging to another stage
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott committed Mar 23, 2021
1 parent bb79297 commit 3348a96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ stages:
# https://docs.databricks.com/dev-tools/api/latest/repos.html
- script: |
set -x
echo "Checking out the $(Build.SourceBranchName) branch"
curl -s -n -X GET -o /tmp/staging-repo-info.json "$DATABRICKS_HOST/api/2.0/workspace/get-status" -H "Authorization: Bearer $DATABRICKS_TOKEN" -d '{"path":"/Repos/Staging/databricks-nutter-projects-demo"}'
cat /tmp/staging-repo-info.json
Expand Down

0 comments on commit 3348a96

Please sign in to comment.