mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Change the variable to uppercase
This commit is contained in:
@@ -43,7 +43,7 @@ CHROMEDRIVER_BIN="/usr/bin/chromedriver"
|
|||||||
mv "chromedriver" $CHROMEDRIVER_BIN
|
mv "chromedriver" $CHROMEDRIVER_BIN
|
||||||
chown root:root $CHROMEDRIVER_BIN
|
chown root:root $CHROMEDRIVER_BIN
|
||||||
chmod +x $CHROMEDRIVER_BIN
|
chmod +x $CHROMEDRIVER_BIN
|
||||||
echo "ChromeWebDriver=$CHROMEDRIVER_BIN" | tee -a /etc/environment
|
echo "CHROMEWEBDRIVER=$CHROMEDRIVER_BIN" | tee -a /etc/environment
|
||||||
|
|
||||||
# Run tests to determine that the chromedriver installed as expected
|
# Run tests to determine that the chromedriver installed as expected
|
||||||
echo "Testing to make sure that script performed as expected, and basic scenarios work"
|
echo "Testing to make sure that script performed as expected, and basic scenarios work"
|
||||||
|
|||||||
Reference in New Issue
Block a user