Skip to content

Commit

Permalink
pipeline test commit
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 f31c624 commit ed2cc27
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/habitat-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ jobs:
hab origin key download --auth $HAB_AUTH_TOKEN --secret $HAB_ORIGIN
echo "--- running linux hab build"
hab pkg build .
ls /hab/cache/artifacts/
ls ./results
hartfile=$(ls /hab/cache/artifacts/ *.hart | grep "chef-cli" | tail -n 1)
hartfile=$(ls ./results *.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 ed2cc27

Please sign in to comment.