Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/jobs/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down