Skip to content

Commit

Permalink
wip 1719935288
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 53df60a commit 3b8eec4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/hab-pkg-build-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,13 @@ jobs:
hab-origin: ${{ env.HAB_ORIGIN }}
bldr-component: components/${{matrix.components}}/habitat

- name: hab pkg build and install
shell: bash
run: |
echo ---- BEGIN hab pkg path EXPERIMENTS
echo ---- hab pkg path $pkg_origin/$pkg_name
hab pkg path $pkg_origin/$pkg_name
echo ---- END hab pkg path EXPERIMENTS
- name: hab pkg build and install
shell: bash
run: |
echo ---- BEGIN hab pkg path EXPERIMENTS
echo ---- hab pkg path $pkg_origin/$pkg_name
hab pkg path $pkg_origin/$pkg_name
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 3b8eec4

Please sign in to comment.