Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
minor brigade.js fix
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <kent.rancourt@microsoft.com>
  • Loading branch information
krancour committed Jun 10, 2019
1 parent 836e82e commit fa76707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brigade.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const releaseTagRegex = /^refs\/tags\/(v[0-9]+(?:\.[0-9]+)*(?:\-.+)?)$/;
// **********************************************

events.on("exec", (e, p) => {
return test(e, p).run();
return test().run();
})

events.on("push", (e, p) => {
Expand Down

0 comments on commit fa76707

Please sign in to comment.