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 1e23969 commit 837c975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/habitat-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
hab origin key download --auth $HAB_AUTH_TOKEN --secret $HAB_ORIGIN
echo "--- running linux hab build"
hab pkg build .
hartfile=$(ls /src/result *.hart | grep "chef-cli" | tail -n 1)
hab pkg install hartfile
hartfile=$(ls /src/results *.hart | grep "chef-cli" | tail -n 1)
hab pkg install $hartfile
hab pkg list --all
chmod +x habitat/tests/test.sh
habitat/tests/test.sh "${{vars.PKG_IDENT}}"
Expand Down

0 comments on commit 837c975

Please sign in to comment.