Skip to content
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

Merged
merged 15 commits into from
Oct 11, 2024
Merged

#142 Made unified deployment #143

merged 15 commits into from
Oct 11, 2024

Conversation

ahsimb
Copy link
Collaborator

@ahsimb ahsimb commented Oct 10, 2024

closes #142

@ahsimb ahsimb added the refactoring Code improvement without behavior change label Oct 10, 2024
@ahsimb ahsimb self-assigned this Oct 10, 2024
container_url_arg=CONTAINER_URL_ARG,
container_name_arg=CONTAINER_NAME_ARG)

extra_params = {StdParams.language_alias.name: 'PYTHON3_SME'}
Copy link
Collaborator

@tkilias tkilias Oct 11, 2024

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.

Copy link
Collaborator Author

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]):
Copy link
Collaborator

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

Copy link
Collaborator Author

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.

tkilias
tkilias previously approved these changes Oct 11, 2024
@ahsimb ahsimb merged commit 6ddd208 into main Oct 11, 2024
7 checks passed
@ahsimb ahsimb deleted the refactoring/142-unified-cli branch October 11, 2024 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code improvement without behavior change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make a single installation command
2 participants