From d36733cb1f5157f669ec3cfc7bd7de1e03b166c4 Mon Sep 17 00:00:00 2001 From: cb-govcms Date: Tue, 4 Mar 2025 15:32:24 +1100 Subject: [PATCH 1/2] Update basic.yml Cause error when site fails to install --- src/jobs/basic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jobs/basic.yml b/src/jobs/basic.yml index 8a62d04..e2dd6d6 100644 --- a/src/jobs/basic.yml +++ b/src/jobs/basic.yml @@ -34,7 +34,7 @@ steps: drush si -y govcms --db-url=sqlite://localhost/sites/default/files/.ht.sqlite --site-name='GovCMS' install_configure_form.enable_update_status_emails=NULL - install_configure_form.enable_update_status_module=NULL || true + install_configure_form.enable_update_status_module=NULL - run: name: Get site and module version status command: | From 53f8ab2197214460c0c918dea37bd7d3434f8fdd Mon Sep 17 00:00:00 2001 From: cb-govcms Date: Tue, 4 Mar 2025 17:25:41 +1100 Subject: [PATCH 2/2] Update cypress.yml --- src/jobs/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jobs/cypress.yml b/src/jobs/cypress.yml index 1dd8378..6277a1a 100644 --- a/src/jobs/cypress.yml +++ b/src/jobs/cypress.yml @@ -29,7 +29,7 @@ steps: --site-name='GovCMS' --account-pass=password install_configure_form.enable_update_status_emails=NULL - install_configure_form.enable_update_status_module=NULL || true + install_configure_form.enable_update_status_module=NULL chmod 755 /app/web/sites/default