From: Jeff Wong Date: Mon, 6 Jul 2020 23:23:17 +0000 (-0700) Subject: Revert rake call to pull_compatible_all X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0edf993a55953c9d5ee8856c87825659401c92c3;p=discourse_docker.git Revert rake call to pull_compatible_all --- diff --git a/templates/web.template.yml b/templates/web.template.yml index 7ddddd7..1c94b45 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