-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
#142 Made unified deployment #143
Conversation
container_url_arg=CONTAINER_URL_ARG, | ||
container_name_arg=CONTAINER_NAME_ARG) | ||
|
||
extra_params = {StdParams.language_alias.name: 'PYTHON3_SME'} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, ok you hard code the alias for the moment. Until we fixed the script templates that should be good enough.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, exactly
|
||
|
||
if __name__ == '__main__': | ||
export_slc() | ||
with export_slc(sys.argv[1]): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, as a quick workaround, because we don't have nox yet setup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, basically it was like this before. I just changed the export_slc
function slightly for the convenience of testing.
closes #142