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:
71db2f2
)
Revert rake call to pull_compatible_all
author
Jeff Wong
<awole20@gmail.com>
Mon, 6 Jul 2020 23:23:17 +0000
(16:23 -0700)
committer
Jeff Wong
<awole20@gmail.com>
Mon, 6 Jul 2020 23:23:17 +0000
(16:23 -0700)
templates/web.template.yml
patch
|
blob
|
blame
|
history
diff --git
a/templates/web.template.yml
b/templates/web.template.yml
index 7ddddd76f3336179b67474fd142ef4f76d0f3f63..1c94b458fed7e83c53a80448251946f4df59e880 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