Skip to content

Commit

Permalink
wip 1719860307
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 aa2363d commit fb442e0
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 @@ -48,22 +48,22 @@ 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
shell: bash
run: echo "${{matrix.component}} hab pkg job"
- name: Checkout
uses: actions/checkout@v4

- name: Install Habitat
uses: ./.github/actions/hab-install-linux

- name: Build and Upload Habitat Package
uses: ./.github/actions/hab-pkg-build-and-upload-linux
with:
Expand Down

0 comments on commit fb442e0

Please sign in to comment.