From dfcbcf9ac5caea3754b4c40e469f8da0461c33bf Mon Sep 17 00:00:00 2001 From: Jeff Wong Date: Wed, 6 Dec 2023 13:08:48 -0800 Subject: [PATCH] DEV: add plugin_compatibility hook (#760) --- templates/web.template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/web.template.yml b/templates/web.template.yml index 12ba935..2596075 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -189,6 +189,7 @@ run: cd: $home cmd: - su discourse -c 'LOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_all' + hook: plugin_compatibility raise_on_fail: false - exec: -- 2.25.1