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

Only run specific steps in an octo project #357

Open
nitrocode opened this issue Dec 7, 2018 · 0 comments
Open

Only run specific steps in an octo project #357

nitrocode opened this issue Dec 7, 2018 · 0 comments

Comments

@nitrocode
Copy link

We have a packerize step at the end of every release and each step might have different params attached. Without having to create a separate project with all the packer steps and keeping them in sync with the individual projects, it would be nice to be able to run the existing projects by only running a single step by name.

I'm aware of the --skip argument but that requires knowing all the step names in advanced and some of the projects have 20 steps or 15 steps with different names. The packerize step always has the same naming convention so it would be nice to have a switch like --run-step which will only run a single step and it can be chained --run-step "step 1" --run-step "step 8"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant