Skip to content

Commit

Permalink
Add -f parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Veloso committed Jan 24, 2020
1 parent 0dbf2f8 commit fd382d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/azure-devops/buildimages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
pool:
vmImage: 'ubuntu-16.04'
steps:
- bash: docker-compose --project-directory ./src build ${{ parameters.services }}
- bash: docker-compose -f src/docker-compose.yml build ${{ parameters.services }}
displayName: Compose build ${{ parameters.services }}
env:
TAG: ${{ variables['Build.SourceBranchName'] }}
Expand All @@ -20,7 +20,7 @@ jobs:
pool:
vmImage: 'windows-2019'
steps:
- bash: docker-compose --project-directory ./src build ${{ parameters.services }}
- bash: docker-compose f src/docker-compose.yml build ${{ parameters.services }}
displayName: Compose build ${{ parameters.services }}
env:
TAG: ${{ variables['Build.SourceBranchName'] }}
Expand Down

0 comments on commit fd382d5

Please sign in to comment.