diff options
Diffstat (limited to 'script')
-rwxr-xr-x | script/rails-deploy-before-down | 2 | ||||
-rwxr-xr-x | script/wad | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/script/wad b/script/wad index e459ba2e2..658ce37ef 100755 --- a/script/wad +++ b/script/wad @@ -406,7 +406,7 @@ class Wad def install_bundle log "Installing bundle" - system("bundle install --path .bundle --without='development production'") + system("bundle install --path .bundle --without='debug development production'") end def setup |