Skip to content

Commit

Permalink
Copy exact text from other PR
Browse files Browse the repository at this point in the history
Trying to prevent conflict
  • Loading branch information
tjtelan committed Nov 14, 2023
1 parent 9904a38 commit 2c19a89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions actions/publish-pkgset.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
set -u

echo Fluvio version: $FLUVIO_VERSION
echo Fluvio Cloud Version: $FLUVIO_CLOUD_VERSION
echo PackageSet Name: $PKGSET_NAME
echo Pkgset "$PKGSET_NAME"
echo Fluvio Version "$FLUVIO_VERSION"
echo Fluvio Cloud Version "$FLUVIO_CLOUD_VERSION"

curl -v -X "POST" "https://hub.infinyon.cloud/hub/v1/fvm/pkgset" \
-H "Authorization: $BPKG_TOKEN" \
Expand Down

0 comments on commit 2c19a89

Please sign in to comment.