fix: show unknown insteaf of empty for missing version
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8992050409
commit
7a0d18ceb6
@ -112,7 +112,7 @@ func GetDeployedServicesByName(ctx context.Context, cl *dockerclient.Client, sta
|
||||
|
||||
// IsDeployed chekcks whether an appp is deployed or not.
|
||||
func IsDeployed(ctx context.Context, cl *dockerclient.Client, stackName string) (bool, string, error) {
|
||||
version := ""
|
||||
version := "unknown"
|
||||
isDeployed := false
|
||||
|
||||
filter := filters.NewArgs()
|
||||
|
Loading…
x
Reference in New Issue
Block a user