Skip to content

Commit 40293cc

Browse files
grasmashdreamfony
authored andcommitted
Disabling chromedriver installation on Pipelines. (acquia#619)
1 parent 37beb3b commit 40293cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/pipelines/acquia-pipelines.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ events:
2626
script:
2727
- export PATH=$PATH:$BUILD_DIR/vendor/bin
2828
# Install chromedriver.
29-
- ./vendor/acquia/blt/scripts/linux/chromedriver.sh $BUILD_DIR/vendor/bin
29+
# - ./vendor/acquia/blt/scripts/linux/chromedriver.sh $BUILD_DIR/vendor/bin
3030
# Initialize xvfb (see https://docs.travis-ci.com/user/gui-and-headless-browsers)
31-
- sudo apt-get install xvfb
32-
- export DISPLAY=:99.0
33-
- sh -e /etc/init.d/xvfb start
31+
# - sudo apt-get install xvfb
32+
# - export DISPLAY=:99.0
33+
# - sh -e /etc/init.d/xvfb start
3434
# The local.hostname must be set to 127.0.0.1:8888 because we are using drush runserver to test the site.
3535
- drupal init
3636
- drupal yaml:update:value project.yml project.local.hostname '127.0.0.1:8888'

0 commit comments

Comments
 (0)