Skip to content

Commit

Permalink
Merge pull request #1 from LogicalGuy77/localtest
Browse files Browse the repository at this point in the history
removed unused variable
  • Loading branch information
LogicalGuy77 authored Jul 7, 2024
2 parents 90b7c8d + 9f58958 commit 99deeff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/es-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ check_arg() {

# Build local images for index cleaner and rollover
build_local_images() {
local j_version=$1

JAEGER_VERSION=$(git describe --tags --abbrev=0)
LOCAL_TAG="local-${JAEGER_VERSION}"

Expand Down Expand Up @@ -116,7 +116,7 @@ main() {
local es_version=$2
local j_version=$3

build_local_images "${j_version}"
build_local_images
bring_up_storage "${distro}" "${es_version}"

if [[ "${j_version}" == "v2" ]]; then
Expand Down

0 comments on commit 99deeff

Please sign in to comment.