Skip to content

Commit

Permalink
update runtime.py request data
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Falourd <guillaume.falourd@zup.com.br>
  • Loading branch information
GuillaumeFalourd committed Sep 27, 2023
1 parent b532ae6 commit bae8b26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
"workspaceId": wksId,
"versionTag": VERSION_TAG,
}
request_data = json.dumps({**request_data, **{"manifesto": manifesto_json}})
jsonObj = json.load(request_data)
jsonObj.append({"manifesto": manifesto_json})

print("Deploy request", request_data)

Expand Down

0 comments on commit bae8b26

Please sign in to comment.