INFRA-1768 | Abhishek | Fix comments
This commit is contained in:
@@ -20,7 +20,7 @@ list_manifest_path = "/api/manifest/list"
|
||||
r = s.get(url + list_manifest_path)
|
||||
manifest_list = r.json()
|
||||
for i in manifest_list:
|
||||
perform_post = True
|
||||
perform_post = False
|
||||
r = s.get(url + "/api/manifest/" + str(i['id']))
|
||||
manifest = r.json()
|
||||
if ('extraResources' in manifest) and ('database' in manifest['extraResources']):
|
||||
@@ -30,6 +30,7 @@ for i in manifest_list:
|
||||
continue
|
||||
database = manifest['extraResources']['database']
|
||||
database['PsqlEngineVersion'] = instance_version_map[instance_name]
|
||||
perform_post = True
|
||||
|
||||
print("\n")
|
||||
if perform_post:
|
||||
|
||||
Reference in New Issue
Block a user