diff --git a/VERSION b/VERSION index 21e8796..ee90284 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.3 +1.0.4 diff --git a/build.yaml b/build.yaml index 70f6a4f..26964e3 100644 --- a/build.yaml +++ b/build.yaml @@ -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))