Skip to content

Commit

Permalink
Update Base Image To Build Tools CI 6.x (#129)
Browse files Browse the repository at this point in the history
* Use `google-chrome` not `google-chrome-unstable`

* Use `6.x` release of `docker-build-tools-ci`
  • Loading branch information
ataylorme authored Jun 27, 2019
1 parent c045202 commit 71227df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/scripts/03-test
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ set -ex

# Start headless Chrome
echo "\n Starting Chrome in headless mode ..."
google-chrome-unstable --disable-gpu --headless --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222 --no-sandbox </dev/null &>/dev/null &
google-chrome --disable-gpu --headless --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222 --no-sandbox </dev/null &>/dev/null &

SELF_DIRNAME="`dirname -- "$0"`"
$SELF_DIRNAME/run-behat
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs
defaults: &defaults
docker:
- image: quay.io/pantheon-public/build-tools-ci:5.x
- image: quay.io/pantheon-public/build-tools-ci:6.x
working_directory: ~/example_wordpress_composer
environment:
#=========================================================================
Expand Down

0 comments on commit 71227df

Please sign in to comment.