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
3232
3333# Start headless Chrome
3434echo " \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 &
3636
3737SELF_DIRNAME=" ` dirname -- " $0 " ` "
3838$SELF_DIRNAME /run-behat
Original file line number Diff line number Diff line change 11# https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs
22defaults : &defaults
33 docker :
4- - image : quay.io/pantheon-public/build-tools-ci:5 .x
4+ - image : quay.io/pantheon-public/build-tools-ci:6 .x
55 working_directory : ~/example_wordpress_composer
66 environment :
77 # =========================================================================
You can’t perform that action at this time.
0 commit comments