Skip to content

Commit

Permalink
Merge pull request #410 from NREL/post-oscli-amis
Browse files Browse the repository at this point in the history
check OpenStudio Standards version via Oscli.
  • Loading branch information
anyaelena authored Oct 6, 2018
2 parents 9c7d33f + cab7d2c commit 861cfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/deployment/build_deploy_ami.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def signal_handler(sig_type, _):
print('OpenStudio version retrieved is {}, with SHA {}'.format(os_version, os_sha))

# OpenStudio-Standards version
cmd_call = 'docker run nrel/openstudio-server:{} bundle exec ruby -e "require \'openstudio\'; require ' \
cmd_call = 'docker run nrel/openstudio-server:{} openstudio -e "require \'openstudio\'; require ' \
'\'openstudio-standards\'; puts OpenstudioStandards::VERSION"'.format(
defaults['version'] +
defaults['ami_version_extension'])
Expand Down

0 comments on commit 861cfb1

Please sign in to comment.