aboutsummaryrefslogtreecommitdiffstats
path: root/script/rails-deploy-before-down
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-04-25 12:31:06 +0100
committerGareth Rees <gareth@mysociety.org>2014-05-06 12:05:59 +0100
commite68e491333630ed096405747e63e8bf66897b246 (patch)
tree35725298cd55a45d2db754ab6121dedb34684569 /script/rails-deploy-before-down
parent662c29dbc624b4dbc91dc8e207ad5ac0f3aba6d8 (diff)
Rename develop Gemfile group to debug
Develop is too similar to development to mean anything different.
Diffstat (limited to 'script/rails-deploy-before-down')
-rwxr-xr-xscript/rails-deploy-before-down2
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