Strider-CD / strider-simple-runner

Easy-to-configure in-process Runner implementation for Strider.
MIT License
3 stars 18 forks source link

bugfix; noop on TEST_ONLY deploy phase #5

Closed jaredly closed 11 years ago

jaredly commented 11 years ago

bugfix; this is the issue I was having with runCleanup. fixes strider-cd/strider#103

to get runcleanup we ask for var runCleanup = f[phases.indexOf('cleanup')], and deploy was being totally skipped, so f had a length of 3 not 4.