Skip to content

Commit

Permalink
Fix workflow again.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwschau committed Aug 27, 2024
1 parent 9ec54d7 commit 2a6eb36
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- kafka
entrypoint: [ '/bin/sh', '-c' ]
command: |
"
kafka-topics --bootstrap-server kafka:29092 --list
kafka-topics --bootstrap-server kafka:29092 --create --if-not-exists --topic to-ender --replication-factor 1 --partitions 1
kafka-topics --bootstrap-server kafka:29092 --create --if-not-exists --topic to-vulcan --replication-factor 1 --partitions 1
Expand All @@ -48,7 +47,6 @@ jobs:
kafka-topics --bootstrap-server kafka:29092 --create --if-not-exists --topic to-websockets-trades --replication-factor 1 --partitions 1
kafka-topics --bootstrap-server kafka:29092 --create --if-not-exists --topic to-websockets-markets --replication-factor 1 --partitions 1
kafka-topics --bootstrap-server kafka:29092 --create --if-not-exists --topic to-websockets-candles --replication-factor 1 --partitions 1
"
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 2a6eb36

Please sign in to comment.