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 e121567 commit b532ae6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@
"workspaceId": wksId,
"versionTag": VERSION_TAG,
}
request_data = json.dumps(request_data)
request_data["manifesto"] = manifesto_json
request_data = json.dumps({**request_data, **{"manifesto": manifesto_json}})

print("Deploy request", request_data)

Expand Down

0 comments on commit b532ae6

Please sign in to comment.