mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Remove selenium from the CLASSPATH on Windows image
This commit is contained in:
@@ -29,8 +29,7 @@ try {
|
|||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
Write-Host "Add selenium to CLASSPATH..."
|
Write-Host "Add selenium jar to the environment variables..."
|
||||||
setx "CLASSPATH" "$($seleniumBinPath);$($env:CLASSPATH)" /M
|
setx "SELENIUM_JAR_PATH" "$($seleniumBinPath)" /M
|
||||||
Write-Host "CLASSPATH: $($seleniumBinPath);$($env:CLASSPATH)"
|
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user