File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ set -ex
32
32
33
33
# Start headless Chrome
34
34
echo " \n Starting Chrome in headless mode ..."
35
- google-chrome-unstable --disable-gpu --headless --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222 --no-sandbox < /dev/null & > /dev/null &
35
+ google-chrome --disable-gpu --headless --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222 --no-sandbox < /dev/null & > /dev/null &
36
36
37
37
SELF_DIRNAME=" ` dirname -- " $0 " ` "
38
38
$SELF_DIRNAME /run-behat
Original file line number Diff line number Diff line change 1
1
# https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs
2
2
defaults : &defaults
3
3
docker :
4
- - image : quay.io/pantheon-public/build-tools-ci:5 .x
4
+ - image : quay.io/pantheon-public/build-tools-ci:6 .x
5
5
working_directory : ~/example_wordpress_composer
6
6
environment :
7
7
# =========================================================================
You can’t perform that action at this time.
0 commit comments