Skip to content

Commit

Permalink
Merge branch 'develop' into docs/reviewing-docs-for-accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Sep 5, 2024
2 parents dad2348 + f6843ee commit 5399906
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
* text=auto eol=lf

# Explicitly declare bash scripts to be set to LF
*.sh text eol=lf
*.txt text eol=lf
*.txt text eol=lf
*.py text eol=lf
2 changes: 1 addition & 1 deletion start_kafka.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
./stop_kafka.sh

# start kafka
docker-compose -f docker-compose-kafka.yml up -d
docker compose -f docker-compose-kafka.yml up -d
2 changes: 1 addition & 1 deletion stop_kafka.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

# stop kafka
docker-compose -f docker-compose-kafka.yml down --remove-orphans
docker compose -f docker-compose-kafka.yml down --remove-orphans
3 changes: 1 addition & 2 deletions test-scripts/standalone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

# This script sets up and runs a standalone test for a PPM container. The
# PPM is started in a Docker container using a specified image and waits for it to become
# ready. The script takes in three input files: ROAD_FILE, CONFIG, TEST_DATA, and a type
# argument (BSM or TIM). It checks if the input files exist and copies them to a test data
# ready. The script takes in three input files: ROAD_FILE, CONFIG, & TEST_DATA. It checks if the input files exist and copies them to a test data
# directory. If the OFFSET argument is provided, it is used as the offset in the topic that
# will be consumed and displayed in the output. If not, the default value of 0 is used.

Expand Down

0 comments on commit 5399906

Please sign in to comment.