summaryrefslogtreecommitdiff
path: root/buildstream/_project.py
diff options
context:
space:
mode:
authorJim MacArthur <jim.macarthur@codethink.co.uk>2018-06-12 17:28:51 +0100
committerJim MacArthur <jim.macarthur@codethink.co.uk>2018-06-12 17:28:51 +0100
commit747a26619f98a467be892ffce36e5b5e8a06c8a9 (patch)
tree5f98c196b3a462808a9b79677cc6bee240913c32 /buildstream/_project.py
parent23d84e229e3ba1fbf2a8d68b363c96cacb58ef44 (diff)
parent8c82f22f2bdbcbb623d24d80d2e72070e03e2080 (diff)
downloadbuildstream-jmac/googlecas_and_virtual_directories_2.tar.gz
Merge branch 'juerg/googlecas' into jmac/virtual_directories_tempjmac/googlecas_and_virtual_directories_2
Diffstat (limited to 'buildstream/_project.py')
-rw-r--r--buildstream/_project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_project.py b/buildstream/_project.py
index 5344e954e..87f14ee0d 100644
--- a/buildstream/_project.py
+++ b/buildstream/_project.py
@@ -296,7 +296,7 @@ class Project():
#
# Load artifacts pull/push configuration for this project
- self.artifact_cache_specs = ArtifactCache.specs_from_config_node(config)
+ self.artifact_cache_specs = ArtifactCache.specs_from_config_node(config, self.directory)
# Workspace configurations
self.workspaces = Workspaces(self)