diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c89587d..5ea32a9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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