From d81dee20da9ea44b061fede768ce5035ff7c8472 Mon Sep 17 00:00:00 2001 From: Jason Heath Date: Tue, 2 Jul 2024 09:52:43 -0400 Subject: [PATCH] wip 1719928363 Signed-off-by: Jason Heath --- .../actions/hab-pkg-build-and-upload-linux/action.yaml | 4 ++-- .github/workflows/hab-pkg-build-upload.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/hab-pkg-build-and-upload-linux/action.yaml b/.github/actions/hab-pkg-build-and-upload-linux/action.yaml index 6bcfea76b..3532dfd6a 100644 --- a/.github/actions/hab-pkg-build-and-upload-linux/action.yaml +++ b/.github/actions/hab-pkg-build-and-upload-linux/action.yaml @@ -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" diff --git a/.github/workflows/hab-pkg-build-upload.yaml b/.github/workflows/hab-pkg-build-upload.yaml index 580dd2f6b..d2efd2776 100644 --- a/.github/workflows/hab-pkg-build-upload.yaml +++ b/.github/workflows/hab-pkg-build-upload.yaml @@ -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: @@ -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: @@ -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: @@ -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: