|
@@ -301,6 +301,7 @@ def start():
|
|
|
# the following implementation is very crud
|
|
|
failed = None
|
|
|
for action in parse_yaml(clone_dest):
|
|
|
+ # if config says we use huey, we should modiy run_action
|
|
|
results = run_action(action)
|
|
|
|
|
|
if any([result.code for result in results]):
|