summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-test-git/collection-tests/git-at-collection-root.sh
blob: 8af4387a3d0da8be0970515590ee39f22ad74e28 (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"
SUBMODULE_DST="ansible_collections/ns/col/sub"

source collection-tests/git-common.bash