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 1cf7e69 commit 946bce9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion databricks-operator/azure-pipelines-ci-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,14 @@ steps:
workingDirectory: '$(modulePath)/databricks-operator'
displayName: 'install kustomize'

- script: echo $(AZURE_SUBSCRIPTION)

- task: AzureCLI@1
displayName: Push to Azure Container Registry
inputs:
azureSubscription: $(AZURE_SUBSCRIPTION)
scriptLocation: inlineScript
failOnStandardError: true
failOnStandardError: false
workingDirectory: '$(modulePath)/databricks-operator'
inlineScript: az acr build --registry $(ACR_NAME) --image $(IMAGE_NAME) .

Expand Down

0 comments on commit 946bce9

Please sign in to comment.