projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0edf993
)
Revert "Revert rake call to pull_compatible_all"
author
Jeff Wong
<awole20@gmail.com>
Mon, 6 Jul 2020 23:28:56 +0000
(16:28 -0700)
committer
Jeff Wong
<awole20@gmail.com>
Mon, 6 Jul 2020 23:28:56 +0000
(16:28 -0700)
This reverts commit
0edf993a55953c9d5ee8856c87825659401c92c3
.
templates/web.template.yml
patch
|
blob
|
blame
|
history
diff --git
a/templates/web.template.yml
b/templates/web.template.yml
index 1c94b458fed7e83c53a80448251946f4df59e880..7ddddd76f3336179b67474fd142ef4f76d0f3f63 100644
(file)
--- 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