Skip to content

Commit

Permalink
Installing hab build using hart file
Browse files Browse the repository at this point in the history
Signed-off-by: nitin sanghi <[email protected]>
  • Loading branch information
sanghinitin committed Dec 2, 2024
1 parent 837c975 commit f0c4fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/habitat-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
hab origin key download --auth $HAB_AUTH_TOKEN --secret $HAB_ORIGIN
echo "--- running linux hab build"
hab pkg build .
hartfile=$(ls /src/results *.hart | grep "chef-cli" | tail -n 1)
hartfile=$(ls /hab/cache/artifacts/ *.hart | grep "chef-cli" | tail -n 1)
hab pkg install $hartfile
hab pkg list --all
chmod +x habitat/tests/test.sh
Expand Down

0 comments on commit f0c4fd4

Please sign in to comment.