From: Jeff Wong Date: Mon, 6 Jul 2020 23:28:56 +0000 (-0700) Subject: Revert "Revert rake call to pull_compatible_all" X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2c8a7546b48c05abfe78782f2d02abe1b81e311d;p=discourse_docker.git Revert "Revert rake call to pull_compatible_all" This reverts commit 0edf993a55953c9d5ee8856c87825659401c92c3. --- diff --git a/templates/web.template.yml b/templates/web.template.yml index 1c94b45..7ddddd7 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -152,12 +152,12 @@ run: cmd: - su discourse -c 'bundle install --deployment --retry 3 --jobs 4 --verbose --without test development' -# - exec: -# cd: $home -# cmd: -# - su discourse -c 'bundle exec rake plugin:pull_compatible_all' -# raise_on_fail: false -# + - exec: + cd: $home + cmd: + - su discourse -c 'bundle exec rake plugin:pull_compatible_all' + raise_on_fail: false + - exec: cd: $home hook: db_migrate