Skip bundle check

This commit is contained in:
Maksym Bordun 2020-08-24 12:00:20 +02:00
parent c5a69f5a8c
commit 4259f54da1
4 changed files with 4 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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