Add informative output
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 27s
Deploy Test / Run deploy test suite (pull_request) Successful in 4m43s
Webapp Test / Run webapp test suite (pull_request) Successful in 5m58s
Smoke Test / Run basic test suite (pull_request) Successful in 5m53s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 7m22s
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 27s
Deploy Test / Run deploy test suite (pull_request) Successful in 4m43s
Webapp Test / Run webapp test suite (pull_request) Successful in 5m58s
Smoke Test / Run basic test suite (pull_request) Successful in 5m53s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 7m22s
This commit is contained in:
parent
61dda7f6d9
commit
51f87c5f9d
@ -149,6 +149,8 @@ def command(ctx, include, exclude, force_local_overwrite, image_registry, regist
|
|||||||
|
|
||||||
registry_info = RegistryInfo(image_registry, registry_username, registry_token)
|
registry_info = RegistryInfo(image_registry, registry_username, registry_token)
|
||||||
docker = DockerClient()
|
docker = DockerClient()
|
||||||
|
if not opts.o.quiet:
|
||||||
|
print("Logging into container registry:")
|
||||||
docker.login(registry_info.registry, registry_info.registry_username, registry_info.registry_token)
|
docker.login(registry_info.registry, registry_info.registry_username, registry_info.registry_token)
|
||||||
# Generate list of target containers
|
# Generate list of target containers
|
||||||
stack = ctx.obj.stack
|
stack = ctx.obj.stack
|
||||||
|
Loading…
Reference in New Issue
Block a user