Skip to content

Commit

Permalink
Merge pull request #909 from demeritcowboy/drupal10demo
Browse files Browse the repository at this point in the history
Avoid unnecessary timeouts to gitlab causing drupal 10 public demo build fails
  • Loading branch information
totten authored Jan 28, 2025
2 parents af5c0ec + 9752765 commit ec2a9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/drupal10-demo/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pushd "${CMS_ROOT}/sites/${DRUPAL_SITE_DIR}" >> /dev/null
if [ -d "$CIVI_CORE/tools/extensions/org.civicrm.contactlayout" ]; then
mv $CIVI_CORE/tools/extensions/org.civicrm.contactlayout files/civicrm/ext
fi
cv api extension.refresh
cv api extension.refresh local=1 remote=0

## Demo sites always disable email and often disable cron
cv api StatusPreference.create ignore_severity=critical name=checkOutboundMail
Expand Down

0 comments on commit ec2a9d7

Please sign in to comment.