From 715ae8b31f9ff1c7519b7da7b67e50436ff0be62 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Thu, 8 Feb 2024 11:20:56 +0100 Subject: [PATCH] Always pull cypress image when enabling service --- ahoy.cypress.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ahoy.cypress.yml b/ahoy.cypress.yml index ab370dd..ca35777 100644 --- a/ahoy.cypress.yml +++ b/ahoy.cypress.yml @@ -6,6 +6,7 @@ commands: echo "CYPRESS=1" >>.env env -i $(cat .env | xargs) >.env composer lakedrops:docker4drupal --no-interaction + docker compose pull cypress ahoy d4d up cypress usage: Turn on Cypress off: -- GitLab