Skip to content

Commit

Permalink
chore: ci installer fix similar to earlier cd_dev fix
Browse files Browse the repository at this point in the history
  • Loading branch information
digikata committed Jan 13, 2024
1 parent 256148f commit 6c71f35
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,11 @@ jobs:
- name: Curl Install - Version number
if: matrix.version == 'semver'
run: echo "VERSION=$EXPECTED_VERSION" | tee -a $GITHUB_ENV
- name: Setup Fluvio
uses: infinyon/fluvio/.github/actions/setup-fluvio@master
with:
version: ${{ env.VERSION }}
- name: Curl Install - FLUVIO_VERSION=${{ env.VERSION }}
run: |
curl -fsS https://hub.infinyon.cloud/install/install.sh | \
FLUVIO_VERSION=${{ env.VERSION }} bash | \
tee /tmp/installer.version
- name: Verify installer output
run: |
INSTALLER_VERSION=$(cat /tmp/installer.version | grep "fluvio@" | awk '{print $4}' | cut -b 8-)
Expand Down

0 comments on commit 6c71f35

Please sign in to comment.