grim/local-pipelines

vcs: add node property to repo class

2016-07-28, Sean Farley
c89739bfcd47
Parents 25fff1c9e141
Children e53ccde32c6d
vcs: add node property to repo class
--- a/pipelines/vcs.py Thu Jul 28 01:01:07 2016 -0700
+++ b/pipelines/vcs.py Thu Jul 28 01:01:31 2016 -0700
@@ -121,3 +121,7 @@
@property
def branch(self):
return self._repo.branch
+
+ @property
+ def node(self):
+ return self._repo.node