mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 20:03:04 +00:00
5 lines
148 B
Bash
5 lines
148 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
collection_root=$(pwd | grep -oP ".+\/ansible_collections\/\w+?\/\w+")
|
||
|
source "$collection_root/tests/integration/molecule.sh"
|