Skip to content

Commit

Permalink
chore: cd_dev fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
digikata committed Jan 12, 2024
1 parent 3120cea commit 05d025f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/cd_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
if: ${{ matrix.cluster_type == 'k8' }}
run: |
FLUVIO_IMAGE_TAG_STRATEGY=version-git \
fluvio cluster start --k8 --spu-storage-size 1
fluvio cluster start --k8 --spu-storage-size 1
- name: Run E2E Test
timeout-minutes: 2
run: |
Expand Down Expand Up @@ -202,14 +202,10 @@ jobs:
echo "EXPECTED_VERSION: $EXPECTED_VERSION"
- name: Curl Install - latest
if: matrix.version == 'latest'
run: |
echo "FLUVIO_VERSION=latest" | tee -a $GITHUB_ENV
- name: Setup Fluvio
uses: infinyon/fluvio/.github/actions/setup-fluvio@master
with:
version: ${{ env.FLUVIO_VERSION }}
curl -fsS https://hub.infinyon.cloud/install/install.sh | \
FLUVIO_VERSION=${{ matrix.version }} bash | \
tee /tmp/installer.version
- name: Verify installer output
run: |
Expand Down

0 comments on commit 05d025f

Please sign in to comment.