Fix bug in deploy setup (#526)
Publish / Build and publish (push) Successful in 2m12s Details
Deploy Test / Run deploy test suite (push) Successful in 5m23s Details
Smoke Test / Run basic test suite (push) Failing after 4m17s Details

pull/529/head v1.1.0-d505664-202309050133
David Boreham 2023-09-04 19:33:36 -06:00 committed by GitHub
parent 4197d39b0c
commit d505664781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ def setup(command_context: DeployCommandContext, parameters: LaconicStackSetupCo
if options.debug: if options.debug:
print(f"parameters: {parameters}") print(f"parameters: {parameters}")
phase = _phase_from_params() phase = _phase_from_params(parameters)
network_dir = Path(parameters.network_dir).absolute() network_dir = Path(parameters.network_dir).absolute()
laconicd_home_path_in_container = "/laconicd-home" laconicd_home_path_in_container = "/laconicd-home"