Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
Support for gitflow release/[version]
  • Loading branch information
seddonm1 committed Jul 16, 2019
1 parent cd465e7 commit c6c8070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

trigger:
- master
- release
- release/*
- develop
- feature/*

Expand Down Expand Up @@ -58,7 +58,7 @@ steps:
sbt \
sbt "+publishSigned"
displayName: 'sbt publishSigned (push to https://oss.sonatype.org/content/groups/staging/ai/tripl/)'
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/release'))
condition: and(succeeded(), contains(variables['Build.SourceBranch'], 'refs/heads/release'))

- script: |
docker exec \
Expand Down

0 comments on commit c6c8070

Please sign in to comment.