We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8989c91 commit 86684bcCopy full SHA for 86684bc
1 file changed
scripts/unit.sh
@@ -14,6 +14,8 @@ function main() {
14
local src
15
src="$(find "${ROOTDIR}/src" -mindepth 1 -maxdepth 1 -type d )"
16
17
+ echo "bash: $(bash --version | head -1)"
18
+
19
util::tools::ginkgo::install --directory "${ROOTDIR}/.bin"
20
util::tools::buildpack-packager::install --directory "${ROOTDIR}/.bin"
21
0 commit comments