8e5b17cf13
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
9 lines
184 B
Bash
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
|
|
)
|