summaryrefslogtreecommitdiff
path: root/src/buildstream/_artifact.py
diff options
context:
space:
mode:
authorRebecca Grayson <becky.grayson1@hotmail.co.uk>2019-07-26 14:07:25 +0100
committerTristan Maat <tm@tlater.net>2019-07-26 15:22:25 +0000
commit6eb11e76751bff69cc7e3671aac28262815309be (patch)
tree8476b783e41c46c29640d95dddd1bbf6f562a6c7 /src/buildstream/_artifact.py
parentb7e5fdf5fd134a80a4654552bfd913849cd50f71 (diff)
downloadbuildstream-6eb11e76751bff69cc7e3671aac28262815309be.tar.gz
Bst artifact subcommands take artifact ref names.
Changes made to allow artifact checkout/push/pull to take artifact references as well as element names. Added test to ensure this works
Diffstat (limited to 'src/buildstream/_artifact.py')
-rw-r--r--src/buildstream/_artifact.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buildstream/_artifact.py b/src/buildstream/_artifact.py
index b0c09622f..493ca5d26 100644
--- a/src/buildstream/_artifact.py
+++ b/src/buildstream/_artifact.py
@@ -75,7 +75,6 @@ class Artifact():
#
def get_files(self):
files_digest = self._get_field_digest("files")
-
return CasBasedDirectory(self._cas, digest=files_digest)
# get_buildtree():