Skip to content

Commit

Permalink
Merge pull request #86 from JarvusInnovations/develop
Browse files Browse the repository at this point in the history
Release: hologit v0.29.2
  • Loading branch information
themightychris authored May 20, 2020
2 parents 8cd0e4a + b169c6a commit ba9d51b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/Projection.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class Projection {
}

while (branchStack.length) {
await branchStack.pop().composite({ outputTree: this.output.root, fetch });
await branchStack.pop().composite({ outputTree: this.output.root, fetch, cacheFrom, cacheTo });
}


Expand Down
4 changes: 3 additions & 1 deletion lib/Source.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,9 @@ class Source extends Configurable {
head = await Projection.projectBranch(branch, {
debug: true,
lens,
fetch
fetch,
cacheFrom,
cacheTo
});

logger.info(`using projection result for holobranch ${this.holobranchName} as source ${this.name}: ${head}`);
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hologit",
"version": "0.29.1",
"version": "0.29.2",
"description": "Hologit automates the projection of layered composite file trees based on flat, declarative plans",
"repository": "https://github.com/EmergencePlatform/hologit",
"main": "lib/index.js",
Expand Down

0 comments on commit ba9d51b

Please sign in to comment.