From 6d14ca1c31803f13fadd3ef5b954d2da79374dc2 Mon Sep 17 00:00:00 2001
From: Adam Vessey <adam@discoverygarden.ca>
Date: Wed, 3 Jan 2024 14:56:17 -0400
Subject: [PATCH] Avoid trying to pass the entry point.

---
 .github/workflows/build-2.x.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build-2.x.yml b/.github/workflows/build-2.x.yml
index c820fe91..2851956b 100644
--- a/.github/workflows/build-2.x.yml
+++ b/.github/workflows/build-2.x.yml
@@ -51,7 +51,8 @@ jobs:
         image: drupalci/webdriver-chromedriver:production
         ports:
           - 9515:9515
-        options: --entrypoint 'chromedriver --log-path=/tmp/chromedriver.log --verbose --allowed-ips= --allowed-origins=*'
+        # XXX: Doesn't presently work; however, seems to represent the current default.
+        #options: --entrypoint 'chromedriver --log-path=/tmp/chromedriver.log --verbose --allowed-ips= --allowed-origins=*'
 
     # Steps represent a sequence of tasks that will be executed as part of the job
     steps: