Skip to content

Commit

Permalink
Merge pull request #677 from lewijacn/add-back-integ-file
Browse files Browse the repository at this point in the history
  • Loading branch information
gregschohn committed May 23, 2024
2 parents 40f9172 + 58460fd commit cda3d2f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ COPY kafkaCmdRef.md /root/kafka-tools
COPY humanReadableLogs.py /root/
RUN chmod ug+x /root/humanReadableLogs.py

COPY setupIntegTests.sh /root/
RUN chmod ug+x /root/setupIntegTests.sh

COPY showFetchMigrationCommand.sh /root/
RUN chmod ug+x /root/showFetchMigrationCommand.sh

Expand Down

0 comments on commit cda3d2f

Please sign in to comment.