Skip to content

Commit

Permalink
wip 1719860911
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 1, 2024
1 parent 245c8bb commit 03190a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/hab-pkg-build-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# - don't have a habitat-dev plan directory
# - don't have architecture specific plan directories
plan-file-packages:
name: ${{matrix.component}} hab pkg
name: ${{matrix.components}} hab pkg
strategy:
fail-fast: false
matrix:
Expand All @@ -57,14 +57,14 @@ jobs:
components: [builder-memcached, builder-datastore]
runs-on: ${{matrix.os}}
steps:
- name: hab pkg ${{matrix.component}}
- name: hab pkg ${{matrix.components}}
shell: bash
run: echo "hab pkg ${{matrix.component}}"
- name: Checkout for ${{matrix.component}}
run: echo "hab pkg ${{matrix.components}}"
- name: Checkout for ${{matrix.components}}
uses: actions/checkout@v4
- name: Install Habitat for ${{matrix.component}}
- name: Install Habitat for ${{matrix.components}}
uses: ./.github/actions/hab-install-linux
- name: Build and Upload Habitat Package for ${{matrix.component}}
- name: Build and Upload Habitat Package for ${{matrix.components}}
uses: ./.github/actions/hab-pkg-build-and-upload-linux
with:
hab-auth-token: ${{ env.HAB_AUTH_TOKEN }}
Expand Down

0 comments on commit 03190a7

Please sign in to comment.