diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-05-06 12:36:13 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-05-06 12:36:13 +0100 |
commit | f4692c8a40369f22a5abe2b7a52d65c0b7702d29 (patch) | |
tree | 8d43aba64c9d874077e5e660d4440e35a1376fb5 /script/rails-deploy-before-down | |
parent | dd7dca8e84646811d2f1a5d4bc6aa58432b532d8 (diff) | |
parent | cb31a78f825dd3fa2e5b0242a62fee5b2bbf2fbb (diff) |
Merge branch 'update_gemfile' into rails-3-develop
Diffstat (limited to 'script/rails-deploy-before-down')
-rwxr-xr-x | script/rails-deploy-before-down | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/rails-deploy-before-down b/script/rails-deploy-before-down index a5f0d7af0..42284b00d 100755 --- a/script/rails-deploy-before-down +++ b/script/rails-deploy-before-down @@ -129,7 +129,7 @@ bundle_install_options="--path $BUNDLE_PATH" if [ "$OPTION_STAGING_SITE" = "0" ] then - bundle_install_options="$bundle_install_options --without development:test --deployment" + bundle_install_options="$bundle_install_options --without development debug test --deployment" fi if [ "$OPTION_STAGING_SITE" = "1" ] then |