grim/local-pipelines

e53ccde32c6d
Parents c89739bfcd47
Children ac786d7c6352
vcs: add owner property to repo class
--- a/pipelines/vcs.py Thu Jul 28 01:01:31 2016 -0700
+++ b/pipelines/vcs.py Thu Jul 28 01:01:46 2016 -0700
@@ -125,3 +125,7 @@
@property
def node(self):
return self._repo.node
+
+ @property
+ def owner(self):
+ return self._repo.owner