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' ]; \
|
[ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; \
|
||||||
# rough smoke test
|
# rough smoke test
|
||||||
ruby --version; \
|
ruby --version; \
|
||||||
gem --version; \
|
gem --version
|
||||||
bundle --version
|
|
||||||
|
|
||||||
# don't create ".bundle" in all our apps
|
# don't create ".bundle" in all our apps
|
||||||
ENV GEM_HOME /usr/local/bundle
|
ENV GEM_HOME /usr/local/bundle
|
||||||
|
|
|
||||||
|
|
@ -112,8 +112,7 @@ RUN set -eux; \
|
||||||
[ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; \
|
[ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; \
|
||||||
# rough smoke test
|
# rough smoke test
|
||||||
ruby --version; \
|
ruby --version; \
|
||||||
gem --version; \
|
gem --version
|
||||||
bundle --version
|
|
||||||
|
|
||||||
# don't create ".bundle" in all our apps
|
# don't create ".bundle" in all our apps
|
||||||
ENV GEM_HOME /usr/local/bundle
|
ENV GEM_HOME /usr/local/bundle
|
||||||
|
|
|
||||||
|
|
@ -112,8 +112,7 @@ RUN set -eux; \
|
||||||
[ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; \
|
[ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; \
|
||||||
# rough smoke test
|
# rough smoke test
|
||||||
ruby --version; \
|
ruby --version; \
|
||||||
gem --version; \
|
gem --version
|
||||||
bundle --version
|
|
||||||
|
|
||||||
# don't create ".bundle" in all our apps
|
# don't create ".bundle" in all our apps
|
||||||
ENV GEM_HOME /usr/local/bundle
|
ENV GEM_HOME /usr/local/bundle
|
||||||
|
|
|
||||||
|
|
@ -112,8 +112,7 @@ RUN set -eux; \
|
||||||
[ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; \
|
[ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; \
|
||||||
# rough smoke test
|
# rough smoke test
|
||||||
ruby --version; \
|
ruby --version; \
|
||||||
gem --version; \
|
gem --version
|
||||||
bundle --version
|
|
||||||
|
|
||||||
# don't create ".bundle" in all our apps
|
# don't create ".bundle" in all our apps
|
||||||
ENV GEM_HOME /usr/local/bundle
|
ENV GEM_HOME /usr/local/bundle
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue