Skip to content

Commit c80513d

Browse files
committed
Fix pipelines typo
1 parent 7a43109 commit c80513d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ steps:
3434
script: |
3535
echo "JAVA_HOME=$JAVA_HOME"
3636
java -version
37-
condition: eq(variables[System.Debug], true)
37+
condition: eq(variables['System.Debug'], true)
3838
displayName: 'DEBUG: Show java home and version'
3939

4040
# Temporary disabled caching due to issues on Mac and Linux (executable permissions?)

0 commit comments

Comments
 (0)