Skip to content

Commit 720d69d

Browse files
authored
Fix path executables not found on windows
1 parent 1c7168d commit 720d69d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/python-gate.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
},
159159
windows: {
160160
common: {
161-
PATH: "$MAVEN_HOME\\bin;$PATH",
161+
PATH: "%MAVEN_HOME%\\bin;%PATH%",
162162
# Gradle: this feature doesn't work on all Windows CI machines
163163
GRADLE_OPTS: "-Dorg.gradle.vfs.watch=false",
164164
},

0 commit comments

Comments
 (0)