summaryrefslogtreecommitdiff
path: root/lib/oxidized/hook/exec.rb
diff options
context:
space:
mode:
authorDanilo Sousa <danilopopeye@users.noreply.github.com>2017-09-11 11:44:44 -0300
committerGitHub <noreply@github.com>2017-09-11 11:44:44 -0300
commitf18789556b9b0926e4f5e401e9c722f4812240f1 (patch)
treeea8f154d971d9e17292799f45fea3443ec5d39d9 /lib/oxidized/hook/exec.rb
parenta4174019e55992182a357573022a8ce024284bf7 (diff)
parent61bebec025482894fff4a4e715598ad8f21444a1 (diff)
Merge pull request #971 from danilopopeye/ds-worker-done-hook
all nodes done hook
Diffstat (limited to 'lib/oxidized/hook/exec.rb')
-rw-r--r--lib/oxidized/hook/exec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/oxidized/hook/exec.rb b/lib/oxidized/hook/exec.rb
index fa8aff1..a9a5950 100644
--- a/lib/oxidized/hook/exec.rb
+++ b/lib/oxidized/hook/exec.rb
@@ -71,7 +71,6 @@ class Exec < Oxidized::Hook
"OX_NODE_FROM" => ctx.node.from.to_s,
"OX_NODE_MSG" => ctx.node.msg.to_s,
"OX_NODE_GROUP" => ctx.node.group.to_s,
- "OX_EVENT" => ctx.event.to_s,
"OX_REPO_COMMITREF" => ctx.commitref.to_s,
"OX_REPO_NAME" => ctx.node.repo.to_s,
)