Skip to content

Commit

Permalink
ci: fix3
Browse files Browse the repository at this point in the history
  • Loading branch information
digikata committed Jan 12, 2024
1 parent c79557d commit c0fee9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,9 @@ jobs:
- name: Curl Install - latest
run: |
FLUVIO_VERSION=${{ matrix.version }} \
curl -fsS https://hub.infinyon.cloud/install/install.sh | bash | tee /tmp/installer.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 c0fee9c

Please sign in to comment.