Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Updating Docker pipeline to trigger from main branch (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
allantargino authored Sep 4, 2020
1 parent 0fc74e0 commit 2daecc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/azure-pipelines.docker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
trigger:
branches:
include:
- master
- main
paths:
include:
- docker/*
Expand All @@ -21,4 +21,4 @@ steps:
scriptType: bash
scriptLocation: inlineScript
inlineScript: |
az acr build -t $(TF_VAR_JMETER_DOCKER_IMAGE) -r $(TF_VAR_JMETER_IMAGE_REGISTRY_NAME) -f $(Build.SourcesDirectory)/docker/Dockerfile $(Build.SourcesDirectory)/docker
az acr build -t $(TF_VAR_JMETER_DOCKER_IMAGE) -r $(TF_VAR_JMETER_IMAGE_REGISTRY_NAME) -f $(Build.SourcesDirectory)/docker/Dockerfile $(Build.SourcesDirectory)/docker

0 comments on commit 2daecc0

Please sign in to comment.