Set config ref after uploading it
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 42s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m42s
Webapp Test / Run webapp test suite (pull_request) Successful in 5m22s
K8s Deployment Control Test / Run deployment control suite on kind/k8s (pull_request) Successful in 7m53s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 8m49s
Smoke Test / Run basic test suite (pull_request) Successful in 4m30s

This commit is contained in:
Prathamesh Musale 2024-10-04 15:55:45 +05:30
parent 6168612ddb
commit 3349e8e0b4

View File

@ -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]