github.com/rita33cool1/iot-system-gateway@v0.0.0-20200911033302-e65bde238cc5/docker-engine/hack/make/binary (about) 1 #!/usr/bin/env bash 2 set -e 3 rm -rf "$DEST" 4 5 # This script exists as backwards compatibility for CI 6 ( 7 DEST="${DEST}-daemon" 8 ABS_DEST="${ABS_DEST}-daemon" 9 . hack/make/binary-daemon 10 )