Skip to content

Commit 86684bc

Browse files
committed
chore(ci): print bash version at start of unit test run
1 parent 8989c91 commit 86684bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/unit.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ function main() {
1414
local src
1515
src="$(find "${ROOTDIR}/src" -mindepth 1 -maxdepth 1 -type d )"
1616

17+
echo "bash: $(bash --version | head -1)"
18+
1719
util::tools::ginkgo::install --directory "${ROOTDIR}/.bin"
1820
util::tools::buildpack-packager::install --directory "${ROOTDIR}/.bin"
1921

0 commit comments

Comments
 (0)