We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARG OS_BUNDLER_VERSION=1.14.4 RUN ruby -r openstudio -e "require 'openstudio'; puts OpenStudio.openStudioLongVersion" && gem install bundler -v $OS_BUNDLER_VERSION && bundle ${OS_BUNDLER_VERSION} install --gemfile=/usr/local/openstudio-${OPENSTUDIO_VERSION}/Ruby/Gemfile
The text was updated successfully, but these errors were encountered:
from OSS CLI branch
Sorry, something went wrong.
also update test_gemfile to test w/the OS Gemfile
nllong
No branches or pull requests
ARG OS_BUNDLER_VERSION=1.14.4
RUN ruby -r openstudio -e "require 'openstudio'; puts OpenStudio.openStudioLongVersion" &&
gem install bundler -v $OS_BUNDLER_VERSION &&
bundle ${OS_BUNDLER_VERSION} install --gemfile=/usr/local/openstudio-${OPENSTUDIO_VERSION}/Ruby/Gemfile
The text was updated successfully, but these errors were encountered: