Skip to content
Snippets Groups Projects
Commit 25b7cc67 authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Merge branch 'debug_paas_ci' into 'main'

Fix typo

See merge request !90
parents 0424f7d4 bed80fdc
No related branches found
No related tags found
1 merge request!90Fix typo
......@@ -14,7 +14,7 @@ def import_dep_info(file_path, endpoint_keys):
data = json.load(f)
endpoints = {}
for key,value in data['output'].items():
for key,value in data['outputs'].items():
if "_ip" in key:
if isinstance(value, str):
logging.info(f"Endpoint: {value}:{SSH_PORT}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment