Skip to content

Commit

Permalink
wip 1719860636
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 fb442e0 commit aab970a
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,23 +48,23 @@ jobs:
# - don't have a habitat-dev plan directory
# - don't have architecture specific plan directories
plan-file-packages:
name: ${{matrix.component}} hab pkg
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
channel: [unstable]
components: [builder-memcached, builder-datastore]
runs-on: ${{matrix.os}}
name: ${{matrix.component}} hab pkg
steps:
- name: : ${{matrix.component}} hab pkg job
- name: hab pkg ${{matrix.component}
shell: bash
run: echo "${{matrix.component}} hab pkg job"
- name: Checkout
run: echo "hab pkg ${{matrix.component}}"
- name: Checkout for ${{matrix.component}}"
uses: actions/checkout@v4
- name: Install Habitat
- name: Install Habitat for ${{matrix.component}}"
uses: ./.github/actions/hab-install-linux
- name: Build and Upload Habitat Package
- 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 aab970a

Please sign in to comment.