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

Document how template authors can reexecute their jobs with locally patch scripts #182

Open
gberche-orange opened this issue Aug 3, 2018 · 1 comment

Comments

@gberche-orange
Copy link
Member

Is your feature request related to a problem? Please describe.

The CI/CD workflow process provided by COA is great when complex commands need to be invoked. However, sometimes for small fixes in a shell script (deploy.sh, post-deploy.sh), service authors would like to fix and retry just this task. The current cycle time for the sync-feature branch often long (5-10 mins)

Describe the solution you'd like

Document a way to use fly hijack to run a task shell script using a locally modified version of a hook.

Associated pseudo code follows:

Describe alternatives you've considered

fly hijack + vi script to fix it + execute script

@gberche-orange gberche-orange changed the title Support template authors rexecuting jobs with locally patch scripts Document how template authors can reexecute their jobs with locally patch scripts Sep 14, 2018
@gberche-orange
Copy link
Member Author

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

No branches or pull requests

1 participant