Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
Update azure-pipelines-ci-artifacts.yaml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Azadehkhojandi committed May 27, 2019
1 parent 1e2a22c commit 84d0ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databricks-api/azure-pipelines-ci-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ steps:
azureSubscription: $(AZURE_SUBSCRIPTION)
scriptLocation: inlineScript
failOnStandardError: true
workingDirectory: '$(modulePath)'
workingDirectory: $(WORKING_DIR)
inlineScript: az acr build --registry $(ACR_NAME) --image $(IMAGE_NAME) .

- script: echo $(IMAGE_NAME) > $(Build.ArtifactStagingDirectory)/databricks-api.txt
Expand Down

0 comments on commit 84d0ef0

Please sign in to comment.