Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2020-10-28 10:59:09 +01:00
Родитель 902b660de1
Коммит e44d0b922a
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -154,12 +154,6 @@ func (h contextCreateAWSHelper) createContextData(_ context.Context, opts Contex
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:
accessKey, secretKey, err := h.askCredentials()
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)
return ecsCtx, descr, nil
}