Commit f1dc0ca8 by Brian Beggs Committed by GitHub

Merge pull request #4080 from edx/bbeggs/forum-devstack

Don't source the ruby env before running bundler
parents 9a0a7d82 ae44ad85
......@@ -52,7 +52,7 @@
- install:code
- name: install comments service bundle
shell: ". /edx/app/forum/ruby_env && bundle install --deployment --path {{ forum_gem_root }} chdir={{ forum_code_dir }}"
shell: "bundle install --deployment --path {{ forum_gem_root }} chdir={{ forum_code_dir }}"
become_user: "{{ forum_user }}"
environment: "{{ forum_base_env }}"
notify: restart the forum service
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment