Skip to content

Commit

Permalink
wip 1719860767
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 aab970a commit 245c8bb
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 @@ -57,14 +57,14 @@ jobs:
components: [builder-memcached, builder-datastore]
runs-on: ${{matrix.os}}
steps:
- name: hab pkg ${{matrix.component}
- name: hab pkg ${{matrix.component}}
shell: bash
run: echo "hab pkg ${{matrix.component}}"
- name: Checkout for ${{matrix.component}}"
- name: Checkout for ${{matrix.component}}
uses: actions/checkout@v4
- name: Install Habitat for ${{matrix.component}}"
- name: Install Habitat for ${{matrix.component}}
uses: ./.github/actions/hab-install-linux
- name: Build and Upload Habitat Package for ${{matrix.component}}"
- name: Build and Upload Habitat Package for ${{matrix.component}}
uses: ./.github/actions/hab-pkg-build-and-upload-linux
with:
hab-auth-token: ${{ env.HAB_AUTH_TOKEN }}
Expand Down

0 comments on commit 245c8bb

Please sign in to comment.