Skip to content

Commit 04b4ef1

Browse files
authored
Update run.sh
1 parent 1f6be9d commit 04b4ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env
66
set -ex
77

88
# Extract apacheKafkaVersion from gradle.properties
9-
export KAFKA_VERSION=$(grep "^apacheKafkaVersion" ../gradle.properties | cut -d'=' -f2)
9+
export KAFKA_VERSION=$(grep "^apacheKafkaVersion" gradle.properties | cut -d'=' -f2)
1010
./kafka_test_setup.sh
1111

1212
bundle exec rspec -fd

0 commit comments

Comments
 (0)