Skip to content

Commit

Permalink
wip 1719944397
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Heath <jason.heath@progress.com>
  • Loading branch information
Jason Heath committed Jul 2, 2024
1 parent 60d6f61 commit 55a36ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/hab-pkg-build-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,16 @@ jobs:
with:
hab-auth-token: ${{ env.HAB_AUTH_TOKEN }}
hab-origin: ${{ env.HAB_ORIGIN }}
bldr-component: components/${{matrix.components}}/habitat
bldr-component: components/${{matrix.components}}

- name: hab pkg path experiments
shell: bash
run: |
echo ---- BEGIN hab pkg path EXPERIMENTS
echo ---- hab pkg path $pkg_origin/$pkg_name
echo --=> BEGIN hab pkg path EXPERIMENTS
source results/last_build.env
echo --=> hab pkg path $pkg_origin/$pkg_name
hab pkg path $pkg_origin/$pkg_name
echo ---- END hab pkg path EXPERIMENTS
echo --=> END hab pkg path EXPERIMENTS
- name: ${{matrix.components}} habitat-dev directory package
uses: ./.github/actions/hab-pkg-build-and-upload-linux
Expand Down

0 comments on commit 55a36ca

Please sign in to comment.