diff options
Diffstat (limited to 'src/buildtool/execution_api/git')
-rw-r--r-- | src/buildtool/execution_api/git/git_api.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildtool/execution_api/git/git_api.hpp b/src/buildtool/execution_api/git/git_api.hpp index 55bdaabe..5bb891ef 100644 --- a/src/buildtool/execution_api/git/git_api.hpp +++ b/src/buildtool/execution_api/git/git_api.hpp @@ -248,7 +248,7 @@ class GitApi final : public IExecutionApi { hash_function, *entry_content); // Collect blob and upload to remote CAS if transfer // size reached. - if (not UpdateContainerAndUpload<ArtifactDigest>( + if (not UpdateContainerAndUpload( &tree_deps_only_blobs, ArtifactBlob{std::move(digest), *entry_content, @@ -283,7 +283,7 @@ class GitApi final : public IExecutionApi { hash_function, *content); // Collect blob and upload to remote CAS if transfer size reached. - if (not UpdateContainerAndUpload<ArtifactDigest>( + if (not UpdateContainerAndUpload( &container, ArtifactBlob{std::move(digest), std::move(*content), |