From: Jeff Wong Date: Mon, 6 Jul 2020 23:14:01 +0000 (-0700) Subject: FIX: run pull_compatible_all as discourse X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=71db2f2418cc396a8e181b6f3b203f0c73b0e008;p=discourse_docker.git FIX: run pull_compatible_all as discourse --- diff --git a/templates/web.template.yml b/templates/web.template.yml index e7ed111..7ddddd7 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -154,7 +154,8 @@ run: - exec: cd: $home - cmd: bundle exec rake plugin:pull_compatible_all + cmd: + - su discourse -c 'bundle exec rake plugin:pull_compatible_all' raise_on_fail: false - exec: