Skip to content

Commit

Permalink
chore: provide fvm ci context
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoBorai committed Oct 18, 2024
1 parent 74da64e commit 81d9c16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cli/fvm_smoke_tests/fvm_basic.bats
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ setup_file() {
export INFINYON_HUB_REMOTE
debug_msg "Using Hub Registry URL: $INFINYON_HUB_REMOTE"

export INFINYON_CI_CONTEXT="ci"

# Retrieves the latest stable version from the GitHub API and removes the
# `v` prefix from the tag name.
STABLE_VERSION=$(curl "https://api.github.com/repos/infinyon/fluvio/releases/latest" | jq -r .tag_name | cut -c2-)
Expand Down

0 comments on commit 81d9c16

Please sign in to comment.