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

Skip lifecycles #190

Closed
ehmicky opened this issue Oct 4, 2019 · 2 comments
Closed

Skip lifecycles #190

ehmicky opened this issue Oct 4, 2019 · 2 comments
Labels

Comments

@ehmicky
Copy link
Contributor

ehmicky commented Oct 4, 2019

From #68, we propose the following syntax:

plugins:
  pluginOne:
    # Skip a given lifecycle step from plugin
    skip: # array or `true` for all
      - postbuild
      - finally

It seems to me this feature might be creating some issues:

  • Shouldn't users not have to know about plugin internals (such as which lifecycles are used)?
  • Also, wouldn't this break some plugins that rely on some lifecycles to be run? Instead if plugins have some steps that are optional, they should allow disabling those through plugin options.
@github-actions
Copy link
Contributor

This issue has been automatically marked as stale because it has not had activity in 1 year. It will be closed in 14 days if no further activity occurs. Thanks!

@github-actions github-actions bot added the stale label Oct 26, 2022
@github-actions
Copy link
Contributor

This issue was closed because it had no activity for over 1 year.

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

No branches or pull requests

1 participant