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

Separate task files for different OS types #12

Open
2dvorak opened this issue May 2, 2022 · 0 comments
Open

Separate task files for different OS types #12

2dvorak opened this issue May 2, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@2dvorak
Copy link
Contributor

2dvorak commented May 2, 2022

As discussed in #8, separate task files for different OS types.

For example, download_homi_tool.yml downloads homi binary and runs homi depending on whether the OS type is Linux or MacOS. Replace download_homi_tool.yml with download_homi_linux.yml, download_homi_macos.yml, and run_homi_tool.yml because only the URL for downloading homi differs from OS type while running homi is independent from the OS type. The reason for separating run_homi_tool.yml is to reduce duplicated contents.

@2dvorak 2dvorak added the enhancement New feature or request label May 2, 2022
@2dvorak 2dvorak self-assigned this May 2, 2022
@2dvorak 2dvorak mentioned this issue May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant