mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove the verbosity of copy_containerd
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
bc3b07e115
commit
2164018d82
1 changed files with 14 additions and 16 deletions
|
@ -295,7 +295,6 @@ copy_containerd() {
|
||||||
# them available, but only if the native OS/ARCH is the same as the
|
# them available, but only if the native OS/ARCH is the same as the
|
||||||
# OS/ARCH of the build target
|
# OS/ARCH of the build target
|
||||||
if [ "$(go env GOOS)/$(go env GOARCH)" == "$(go env GOHOSTOS)/$(go env GOHOSTARCH)" ]; then
|
if [ "$(go env GOOS)/$(go env GOARCH)" == "$(go env GOHOSTOS)/$(go env GOHOSTARCH)" ]; then
|
||||||
(set -x
|
|
||||||
if [ -x /usr/local/bin/docker-runc ]; then
|
if [ -x /usr/local/bin/docker-runc ]; then
|
||||||
echo "Copying nested executables into $dir"
|
echo "Copying nested executables into $dir"
|
||||||
for file in containerd containerd-shim containerd-ctr runc; do
|
for file in containerd containerd-shim containerd-ctr runc; do
|
||||||
|
@ -305,7 +304,6 @@ copy_containerd() {
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
)
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue