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
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:
parent
6168612ddb
commit
3349e8e0b4
@ -183,6 +183,8 @@ def command( # noqa: C901
|
|||||||
if not response.ok:
|
if not response.ok:
|
||||||
response.raise_for_status()
|
response.raise_for_status()
|
||||||
|
|
||||||
|
config_ref = response.json()["id"]
|
||||||
|
|
||||||
target_deployer = deployer
|
target_deployer = deployer
|
||||||
if (not deployer) and len(deployer_record.names):
|
if (not deployer) and len(deployer_record.names):
|
||||||
target_deployer = deployer_record.names[0]
|
target_deployer = deployer_record.names[0]
|
||||||
|
Loading…
Reference in New Issue
Block a user