Skip bundle check
This commit is contained in:
parent
c5a69f5a8c
commit
4259f54da1
|
|
@ -112,8 +112,7 @@ RUN set -eux; \
|
|||
[ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; \
|
||||
# rough smoke test
|
||||
ruby --version; \
|
||||
gem --version; \
|
||||
bundle --version
|
||||
gem --version
|
||||
|
||||
# don't create ".bundle" in all our apps
|
||||
ENV GEM_HOME /usr/local/bundle
|
||||
|
|
|
|||
|
|
@ -112,8 +112,7 @@ RUN set -eux; \
|
|||
[ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; \
|
||||
# rough smoke test
|
||||
ruby --version; \
|
||||
gem --version; \
|
||||
bundle --version
|
||||
gem --version
|
||||
|
||||
# don't create ".bundle" in all our apps
|
||||
ENV GEM_HOME /usr/local/bundle
|
||||
|
|
|
|||
|
|
@ -112,8 +112,7 @@ RUN set -eux; \
|
|||
[ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; \
|
||||
# rough smoke test
|
||||
ruby --version; \
|
||||
gem --version; \
|
||||
bundle --version
|
||||
gem --version
|
||||
|
||||
# don't create ".bundle" in all our apps
|
||||
ENV GEM_HOME /usr/local/bundle
|
||||
|
|
|
|||
|
|
@ -112,8 +112,7 @@ RUN set -eux; \
|
|||
[ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; \
|
||||
# rough smoke test
|
||||
ruby --version; \
|
||||
gem --version; \
|
||||
bundle --version
|
||||
gem --version
|
||||
|
||||
# don't create ".bundle" in all our apps
|
||||
ENV GEM_HOME /usr/local/bundle
|
||||
|
|
|
|||
Loading…
Reference in New Issue