reg/vendor/github.com/docker/docker-ce/components/engine/hack/make/binary

11 lines
183 B
Text
Raw Normal View History

#!/usr/bin/env bash
set -e
rm -rf "$DEST"
# This script exists as backwards compatibility for CI
(
DEST="${DEST}-daemon"
ABS_DEST="${ABS_DEST}-daemon"
. hack/make/binary-daemon
)