We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6be9d commit 04b4ef1Copy full SHA for 04b4ef1
.ci/run.sh
@@ -6,7 +6,7 @@ env
6
set -ex
7
8
# Extract apacheKafkaVersion from gradle.properties
9
-export KAFKA_VERSION=$(grep "^apacheKafkaVersion" ../gradle.properties | cut -d'=' -f2)
+export KAFKA_VERSION=$(grep "^apacheKafkaVersion" gradle.properties | cut -d'=' -f2)
10
./kafka_test_setup.sh
11
12
bundle exec rspec -fd
0 commit comments