Skip to content

Commit

Permalink
unindent KAFKA_ARTIFACT
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha authored Aug 7, 2023
1 parent 30d90bb commit fb84118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pushd servers
SCALA_VERSION="2.8.0"
else if [ "$kafka" \> "2.4.0" ]; then
SCALA_VERSION="2.12"
KAFKA_ARTIFACT="kafka_${SCALA_VERSION}-${kafka}.tgz"
KAFKA_ARTIFACT="kafka_${SCALA_VERSION}-${kafka}.tgz"
pushd $kafka
git pull
./gradlew -PscalaVersion=$SCALA_VERSION -Pversion=$kafka releaseTarGz -x signArchives
Expand Down

0 comments on commit fb84118

Please sign in to comment.