grim/local-pipelines

vcs: add slug property to repo class

2016-07-28, Sean Farley
ac786d7c6352
Parents e53ccde32c6d
Children 0d7f3b7ad49f
vcs: add slug property to repo class
--- a/pipelines/vcs.py Thu Jul 28 01:01:46 2016 -0700
+++ b/pipelines/vcs.py Thu Jul 28 01:01:56 2016 -0700
@@ -129,3 +129,7 @@
@property
def owner(self):
return self._repo.owner
+
+ @property
+ def slug(self):
+ return self._repo.slug