Use custom act with gitea. (#700)

* Use custom act with gitea.

* Make sure wget is available

* Fix repo url
This commit was merged in pull request #700.
This commit is contained in:
2024-01-09 22:53:43 -06:00
committed by GitHub
parent a3eb3c0bb0
commit b83030f63b
4 changed files with 10 additions and 4 deletions
@@ -444,7 +444,7 @@ def create_operation(deployment_command_context, spec_file, deployment_dir, netw
deployer_config_generator = getDeployerConfigGenerator(deployment_type)
# TODO: make deployment_dir_path a Path above
deployer_config_generator.generate(deployment_dir_path)
call_stack_deploy_create(deployment_context, [network_dir, initial_peers])
call_stack_deploy_create(deployment_context, [network_dir, initial_peers, deployment_command_context])
# TODO: this code should be in the stack .py files but