Skip to content

Commit

Permalink
feat: use new blueprint (#708)
Browse files Browse the repository at this point in the history
Co-authored-by: Dima <dmitry.shakhtarin@fluence.ai>
  • Loading branch information
justprosh and DieMyst committed May 29, 2023
1 parent ae2a433 commit d393b71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cli/cli-npm/aqua/dist.aqua
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ func deploy(serviceName: string, serviceConf: ServiceConf) -> DeployResult:
on ON_PEER:
hostRes <- Ipfs.get(cid)
conf <- Dist.make_module_config(m.name, m.mem_pages_count, m.max_heap_size, m.logger_enabled, m.preopened_files, m.envs, m.mapped_dirs, m.mounted_binaries, m.logging_mask)
mod <- Dist.add_module_from_vault(hostRes.path, conf)
mod_hash <- Op.concat_strings("hash:", mod)
mod_hash <- Dist.add_module_from_vault(hostRes.path, conf)
mod_hashes <<- [mod_hash, m.name]

join mod_hashes[OpC.array_length(serviceConf.modules) - 1]
Expand Down

0 comments on commit d393b71

Please sign in to comment.