Skip to content

Commit

Permalink
Attempt to fix Azure Pipelines job
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Mar 16, 2019
1 parent dc0cc41 commit c2b894d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/azure/azure-gradle-step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ parameters:
publishTestResults: false

steps:
- env:
LC_ALL: en_US.UTF-8
bash: |
- bash: |
set -e
# when executing on an Azure Pipelines build agent (not in a container)
# default to java 11
Expand All @@ -14,6 +12,8 @@ steps:
fi
./gradlew --version
./gradlew --scan --warning-mode=all -Dplatform.tooling.support.tests.enabled=true build
env:
LC_ALL: en_US.UTF-8
displayName: Test
continueOnError: ${{ parameters.continueOnError }}
- task: PublishTestResults@2
Expand Down

0 comments on commit c2b894d

Please sign in to comment.