cri-o/vendor/github.com/containers/storage/hack/make/binary
Mrunal Patel 8e5b17cf13 Switch to github.com/golang/dep for vendoring
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-01-31 16:45:59 -08:00

9 lines
184 B
Bash

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