#!/usr/bin/env bash

. hooks/_tox_base

set -x

mkdir \
  --parents \
  "${COLLECTION_DIR}"

rsync \
  --archive \
  --recursive \
  ../ansible-collection-$COLLECTION_NAME/* \
  "${COLLECTION_DIR}/"
