Skip to content

Instantly share code, notes, and snippets.

@rorymckinley
Created July 16, 2012 19:03
Show Gist options
  • Save rorymckinley/3124376 to your computer and use it in GitHub Desktop.
Save rorymckinley/3124376 to your computer and use it in GitHub Desktop.
CI Dispatcher
# Update Hook
# Get branch from ARGV.first
# Is this a workbench branch?
# Yes
# Is this the Ci bot pushing?
# Yes
# Allow push
# No
# Disallow push
# No
# Can I find a workbench branch for this branch
# Yes
# Trigger CI
# exit 0
# No
# Allow push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment