Skip to content

Commit 71227df

Browse files
authored
Update Base Image To Build Tools CI 6.x (#129)
* Use `google-chrome` not `google-chrome-unstable` * Use `6.x` release of `docker-build-tools-ci`
1 parent c045202 commit 71227df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/scripts/03-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ set -ex
3232

3333
# Start headless Chrome
3434
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 &
3636

3737
SELF_DIRNAME="`dirname -- "$0"`"
3838
$SELF_DIRNAME/run-behat

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs
22
defaults: &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
#=========================================================================

0 commit comments

Comments
 (0)