From e5133b3b087e8cdda21a28f56b81e90ee3e49be1 Mon Sep 17 00:00:00 2001 From: nitin sanghi Date: Mon, 2 Dec 2024 14:29:47 +0530 Subject: [PATCH] pipeline test commit Signed-off-by: nitin sanghi --- .github/workflows/habitat-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/habitat-build.yml b/.github/workflows/habitat-build.yml index 43a910f1..e2349f59 100644 --- a/.github/workflows/habitat-build.yml +++ b/.github/workflows/habitat-build.yml @@ -83,7 +83,7 @@ jobs: echo "--- running linux hab build" hab pkg build . hartfile=$(ls ./results | grep "chef-cli" | tail -n 1) - hab pkg install $hartfile + hab pkg install ./results/$hartfile hab pkg list --all chmod +x habitat/tests/test.sh habitat/tests/test.sh "${{vars.PKG_IDENT}}"