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 79a9682 commit 1e23969
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/habitat-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ 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
hab pkg list --all
chmod +x habitat/tests/test.sh
habitat/tests/test.sh "${{vars.PKG_IDENT}}"
- name: Install Habitat on Windows
Expand Down

0 comments on commit 1e23969

Please sign in to comment.