From f31c62406bad27628d1c4cfad5c6155020400e06 Mon Sep 17 00:00:00 2001 From: nitin sanghi Date: Mon, 2 Dec 2024 14:18:03 +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 0f1f1b96..6655bdc7 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 . ls /hab/cache/artifacts/ - ls /src/results + ls ./results hartfile=$(ls /hab/cache/artifacts/ *.hart | grep "chef-cli" | tail -n 1) hab pkg install $hartfile hab pkg list --all