add test to BUNDLE_WITHOUT
This commit is contained in:
@@ -8,9 +8,9 @@ WORKDIR /rails
|
|||||||
|
|
||||||
# Set production environment
|
# Set production environment
|
||||||
ENV RAILS_ENV="production" \
|
ENV RAILS_ENV="production" \
|
||||||
BUNDLE_DEPLOYMENT="1",
|
BUNDLE_DEPLOYMENT="1" \
|
||||||
BUNDLE_JOBS="4",
|
BUNDLE_JOBS="4" \
|
||||||
BUNDLE_WITHOUT="development,test",
|
BUNDLE_WITHOUT="development,test" \
|
||||||
BUNDLE_PATH="/usr/local/bundle"
|
BUNDLE_PATH="/usr/local/bundle"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user