Skip to content

Commit

Permalink
windows pipeline change
Browse files Browse the repository at this point in the history
Signed-off-by: nitin sanghi <nsanghi@progress.com>
  • Loading branch information
sanghinitin committed Dec 2, 2024
1 parent b9c9f6e commit 43350d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/habitat-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,12 @@ jobs:
shell: pwsh
run: |
$env:Path += ";C:\ProgramData\Habitat"
hab license accept
hab origin key download ${{ env.HAB_ORIGIN }}
hab origin key download --auth ${{ secrets.HAB_AUTH_TOKEN }} --secret ${{ env.HAB_ORIGIN }}
write-output "--- running windows hab build"
hab pkg build .
hab pkg list --all
hartfile=$(ls ./results | grep "chef-cli" | tail -n 1)
hab pkg install ./results/$hartfile
. ./results/last_build.env
habitat/tests/test.ps1

0 comments on commit 43350d4

Please sign in to comment.