зеркало из https://github.com/docker/compose-cli.git
chore: handle BUILDKIT_PROGRESS to disable hints
the same way we check --progress flag, if it exists, disable Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
This commit is contained in:
Родитель
9a3433477b
Коммит
eb0c44c6ef
|
@ -38,6 +38,9 @@ func displayScoutQuickViewSuggestMsgOnBuild(args []string) {
|
|||
utils.StringContains(args, "--push") {
|
||||
return
|
||||
}
|
||||
if _, ok := os.LookupEnv("BUILDKIT_PROGRESS"); ok {
|
||||
return
|
||||
}
|
||||
displayScoutQuickViewSuggestMsg("")
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче