Skip to content

Commit

Permalink
Add remove container
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Oct 29, 2022
1 parent 6483514 commit 9796905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3
1.0.4
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
Write-Host "##vso[task.setvariable variable=testFileExists;]$fileExists"
- script: |
docker-compose -f $(Agent.BuildDirectory)/s/${{ parameters.repo }}/docker-compose.yaml -f $(Agent.BuildDirectory)/s/${{ parameters.repo }}/docker-compose.test.yaml -p ${{ parameters.repo }}-test --rm run ${{ parameters.repo }}
docker-compose -f $(Agent.BuildDirectory)/s/${{ parameters.repo }}/docker-compose.yaml -f $(Agent.BuildDirectory)/s/${{ parameters.repo }}/docker-compose.test.yaml -p ${{ parameters.repo }}-test run ${{ parameters.repo }} --rm
displayName: Run tests
condition: and(succeeded(), eq(variables.testFileExists, true))
Expand Down

0 comments on commit 9796905

Please sign in to comment.