Skip to content

Commit c2b894d

Browse files
committed
Attempt to fix Azure Pipelines job
1 parent dc0cc41 commit c2b894d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/azure/azure-gradle-step.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ parameters:
33
publishTestResults: false
44

55
steps:
6-
- env:
7-
LC_ALL: en_US.UTF-8
8-
bash: |
6+
- bash: |
97
set -e
108
# when executing on an Azure Pipelines build agent (not in a container)
119
# default to java 11
@@ -14,6 +12,8 @@ steps:
1412
fi
1513
./gradlew --version
1614
./gradlew --scan --warning-mode=all -Dplatform.tooling.support.tests.enabled=true build
15+
env:
16+
LC_ALL: en_US.UTF-8
1717
displayName: Test
1818
continueOnError: ${{ parameters.continueOnError }}
1919
- task: PublishTestResults@2

0 commit comments

Comments
 (0)