remove deployment flags from bundle install
This commit is contained in:
parent
d6cf42e065
commit
94250ff2ed
|
@ -25,7 +25,7 @@
|
|||
become: true
|
||||
become_user: mastodon
|
||||
- name: Use bundler to install the rest of the Ruby dependencies
|
||||
shell: cd /home/mastodon/live && bundle install --deployment --without development test
|
||||
shell: cd /home/mastodon/live && bundle install
|
||||
args:
|
||||
executable: /bin/bash
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue