mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 20:12:43 +00:00
5 lines
100 B
Bash
5 lines
100 B
Bash
# chart_dir returns the directory for the chart
|
|
chart_dir() {
|
|
echo ${BATS_TEST_DIRNAME}/../..
|
|
}
|