Skip to content

Commit 9ded747

Browse files
committed
squash: use correct path
1 parent 6bab80a commit 9ded747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-instrumentation-with-services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
ZOOKEEPER_CLIENT_PORT: 2181
155155
ZOOKEEPER_TICK_TIME: 2000
156156
volumes:
157-
- ./github/services/zookeeper/log4j.properties:/etc/kafka/log4j.properties
157+
- .github/services/zookeeper/log4j.properties:/etc/kafka/log4j.properties
158158
kafka:
159159
image: confluentinc/cp-kafka:latest
160160
ports:

0 commit comments

Comments
 (0)