We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c784fd9 commit 8090c7fCopy full SHA for 8090c7f
runner/master/run.sh
@@ -34,13 +34,10 @@ export PLUGINSTOINSTALL="${PLUGINSTOINSTALL:-}"
34
export PLUGINSDIR="${PLUGINSDIR:-${WORKSPACE}/plugins}"
35
36
# Select image versions for Firefox and Chrome
37
-SELVERSION="${SELVERSION:-3.141.59}"
+SELVERSION="${SELVERSION:-4}"
38
SELCHROMEIMAGE="${SELIMAGE:-selenium/standalone-chrome:${SELVERSION}}"
39
SELFIREFOXIMAGE="${SELIMAGE:-selenium/standalone-firefox:${SELVERSION}}"
40
41
-# Temporarily switching to custom image to include our bugfix for zero size failures.
42
-SELCHROMEIMAGE="${SELIMAGE:-moodlehq/selenium-standalone-chrome:96.0-moodlehq}"
43
-
44
mkdir -p "${PLUGINSDIR}"
45
if [ -n "$PLUGINSTOINSTALL" ];
46
then
0 commit comments