mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 00:06:57 +00:00
Documented that we've installed selenium server
This commit is contained in:
@@ -68,4 +68,7 @@ if [ ! -f "$SELENIUM_JAR_NAME" ]; then
|
||||
fi
|
||||
|
||||
mv "selenium-server-standalone-$SELENIUM_VERSION.jar" "/usr/share/java/selenium-server-standalone.jar"
|
||||
echo "CLASSPATH=/usr/share/java/selenium-server-standalone.jar:.:$CLASSPATH" | tee -a /etc/environment
|
||||
echo "CLASSPATH=/usr/share/java/selenium-server-standalone.jar:.:$CLASSPATH" | tee -a /etc/environment
|
||||
|
||||
echo "Lastly, documenting what we added to the metadata file"
|
||||
DocumentInstalledItem "Selenium server standalone"
|
||||
Reference in New Issue
Block a user