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

Tasks #10

Merged
merged 3 commits into from
Oct 3, 2014
Merged

Tasks #10

merged 3 commits into from
Oct 3, 2014

Conversation

sosedoff
Copy link
Owner

@sosedoff sosedoff commented Oct 3, 2014

Add ability to specify custom tasks that could be invoked in hooks:

# Define tasks in shuttle config
tasks:
  my_task: "do something"
  another_task:
    - "cmd1"
    - "cmd2"

# Trigger tasks in hooks
hooks:
  before_link_release:
    - "task=my_task"
    - "task=another_task"
    - "something else"

sosedoff added a commit that referenced this pull request Oct 3, 2014
@sosedoff sosedoff merged commit 0a65eb9 into master Oct 3, 2014
@sosedoff sosedoff deleted the tasks branch October 3, 2014 23:15
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

Successfully merging this pull request may close these issues.

1 participant