Integrate SP auctions in webapp deployment flow #950
@ -183,6 +183,8 @@ def command( # noqa: C901
|
||||
if not response.ok:
|
||||
response.raise_for_status()
|
||||
|
||||
config_ref = response.json()["id"]
|
||||
|
||||
target_deployer = deployer
|
||||
if (not deployer) and len(deployer_record.names):
|
||||
target_deployer = deployer_record.names[0]
|
||||
|
Loading…
Reference in New Issue
Block a user