summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-test-git/collection-tests/git-at-collection-base.sh
blob: 31ebfbbfc366132e1bfe613e9670cb75ed84cecc (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

set -eux -o pipefail

export GIT_TOP_LEVEL SUBMODULE_DST

GIT_TOP_LEVEL="${WORK_DIR}/super/ansible_collections/ns/col"
SUBMODULE_DST="sub"

source collection-tests/git-common.bash