Skip to content

Commit

Permalink
Add build test image without cache
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Oct 29, 2022
1 parent 5af8612 commit 4be7348
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.13
1.0.14
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,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-$(Build.BuildId)-$(sanitisiedVersion) build
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-$(Build.BuildId)-$(sanitisiedVersion) build --no-cache
displayName: Build test image
condition: and(succeeded(), eq(variables.testFileExists, true))
Expand Down

0 comments on commit 4be7348

Please sign in to comment.