mirror of
https://github.com/docker/compose.git
synced 2025-07-25 22:54:54 +02:00
cleanup
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
902b660de1
commit
e44d0b922a
@ -154,12 +154,6 @@ func (h contextCreateAWSHelper) createContextData(_ context.Context, opts Contex
|
|||||||
return nil, "", err
|
return nil, "", err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*if creds.Profile == "" {
|
|
||||||
creds.Profile = opts.Name
|
|
||||||
|
|
||||||
}
|
|
||||||
fmt.Printf("Saving credentials under profile %s\n", creds.Profile)
|
|
||||||
h.createProfile(creds.Profile, &creds)*/
|
|
||||||
case 1:
|
case 1:
|
||||||
accessKey, secretKey, err := h.askCredentials()
|
accessKey, secretKey, err := h.askCredentials()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -199,7 +193,6 @@ func (h contextCreateAWSHelper) createContextData(_ context.Context, opts Contex
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//os.Exit(0)
|
|
||||||
ecsCtx, descr := h.createContext(&creds, opts.Description)
|
ecsCtx, descr := h.createContext(&creds, opts.Description)
|
||||||
return ecsCtx, descr, nil
|
return ecsCtx, descr, nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user