Skip to content

Commit

Permalink
wip 1719928363
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Heath <[email protected]>
  • Loading branch information
Jason Heath committed Jul 2, 2024
1 parent a637580 commit d81dee2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/actions/hab-pkg-build-and-upload-linux/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ runs:
source results/last_build.env
echo "--- hab pkg install --auth elided-HAB_AUTH_TOKEN results/$pkg_artifact"
hab pkg install --auth $HAB_AUTH_TOKEN results/$pkg_artifact
echo "--- sudo hab pkg install --auth elided-HAB_AUTH_TOKEN results/$pkg_artifact"
sudo hab pkg install --auth $HAB_AUTH_TOKEN results/$pkg_artifact
echo "--- installed succesfully"
echo "--- hab pkg upload --auth elided-HAB_AUTH_TOKEN results/$pkg_artifact"
Expand Down
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 @@ -29,7 +29,7 @@ jobs:
# - don't have a habitat-dev plan directory
# - don't have architecture specific plan directories
plan-file-packages:
name: hab pkg ${{matrix.components}} (plan file)
name: ${{matrix.components}} (plan file)
strategy:
fail-fast: false
matrix:
Expand All @@ -55,7 +55,7 @@ jobs:
# - don't have a habitat-dev plan directory
# - don't have architecture specific plan directories
habitat-dir-packages:
name: hab pkg ${{matrix.components}} (habitat dir only)
name: ${{matrix.components}} (habitat dir only)
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
# - don't have a habitat-dev plan directory
# - have architecture specific plan directories
arch-target-packages:
name: hab pkg ${{matrix.arches}} ${{matrix.components}}
name: ${{matrix.arches}} ${{matrix.components}}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
# - have a habitat-dev plan directory
# - don't have architecture specific plan directories
habitat-dev-dir-packages:
name: hab pkg ${{matrix.components}} (habitat and habitat-dev dirs)
name: ${{matrix.components}} (habitat and habitat-dev dirs)
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit d81dee2

Please sign in to comment.