Commit ae44ad85 by Brian Beggs

Don't source the ruby env before running bundler

parent 001c6291
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
- install:code - install:code
- name: install comments service bundle - 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 }}" become_user: "{{ forum_user }}"
environment: "{{ forum_base_env }}" environment: "{{ forum_base_env }}"
notify: restart the forum service 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