summaryrefslogtreecommitdiff
path: root/buildstream/_project.py
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2018-03-15 10:13:14 +0100
committerJürg Billeter <j@bitron.ch>2018-07-17 07:56:40 +0200
commit72284b59ce49d89363903d90ffb53af72e5ef5ea (patch)
tree7c9b1f96f45bff21e84618b1e343321b01c9784e /buildstream/_project.py
parent8a0fe2739a78484d23772eddcb56198fe5b6552b (diff)
downloadbuildstream-72284b59ce49d89363903d90ffb53af72e5ef5ea.tar.gz
_artifactcache/cascache.py: Add remote cache support
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 b568cf852..54ec9ee34 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)
# Plugin origins and versions
origins = _yaml.node_get(config, list, 'plugins', default_value=[])