Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/assets/common_versions.sh.template
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export BREW_NIGHTLY_RELEASE_VERSION
LATEST_RELEASE_TYPE="{LATEST_RELEASE_TYPE}"
export LATEST_RELEASE_TYPE

BREW_LREL_RELEASE_VERSION="${{BREW_EC_RELEASE_VERSION}}"
BREW_LREL_RELEASE_VERSION="${{BREW_RC_RELEASE_VERSION}}"
export BREW_LREL_RELEASE_VERSION

# Branch and commit for the openshift-tests-private repository
Expand Down
2 changes: 1 addition & 1 deletion test/bin/common_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export BREW_NIGHTLY_RELEASE_VERSION
LATEST_RELEASE_TYPE="rc"
export LATEST_RELEASE_TYPE

BREW_LREL_RELEASE_VERSION="${BREW_EC_RELEASE_VERSION}"
BREW_LREL_RELEASE_VERSION="${BREW_RC_RELEASE_VERSION}"
export BREW_LREL_RELEASE_VERSION

# Branch and commit for the openshift-tests-private repository
Expand Down