Skip to content

Commit

Permalink
Merge pull request #1652 from CDCgov/scripts/fix-rs-setup
Browse files Browse the repository at this point in the history
Fix RS Script reloadTables
  • Loading branch information
saquino0827 authored Dec 11, 2024
2 parents 83e4aa7 + b7db321 commit 045124f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup/setup-reportstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd "$RS_HOME" || exit

echo "Resetting the database and loading the baseline settings..."
./gradlew resetDB
./gradlew reloadTable
./gradlew reloadTables
./gradlew reloadSettings

# Need to CD to prime-router to run the prime CLI
Expand Down

0 comments on commit 045124f

Please sign in to comment.