From 71227df97c5dd2d2e6c38c2380a11979a612e4a0 Mon Sep 17 00:00:00 2001 From: Andrew Taylor Date: Thu, 27 Jun 2019 14:49:28 -0700 Subject: [PATCH] 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` --- .ci/scripts/03-test | 2 +- .circleci/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/scripts/03-test b/.ci/scripts/03-test index 90bcd074..69f0356f 100755 --- a/.ci/scripts/03-test +++ b/.ci/scripts/03-test @@ -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 & +google-chrome --disable-gpu --headless --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222 --no-sandbox /dev/null & SELF_DIRNAME="`dirname -- "$0"`" $SELF_DIRNAME/run-behat diff --git a/.circleci/config.yml b/.circleci/config.yml index ad5fe492..a715cf27 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: #=========================================================================