Skip to content

Commit

Permalink
Move traffic-replay to tools folder (#10045)
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Sheehy <steven.sheehy@swirldslabs.com>
  • Loading branch information
steven-sheehy authored Jan 6, 2025
1 parent 1520f14 commit d7575a5
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ updates:
schedule:
interval: "weekly"

- directory: "/hedera-mirror-test/traffic-replay/log-downloader"
- directory: "/tools/traffic-replay/log-downloader"
open-pull-requests-limit: 10
package-ecosystem: "npm"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ tasks.register("release") {
)
replaceVersion("hedera-mirror-rest/**/openapi.yml", "(?<=^ version: ).+")
replaceVersion(
"hedera-mirror-test/traffic-replay/log-downloader/package*.json",
"tools/traffic-replay/log-downloader/package*.json",
"(?<=\"@hashgraph/mirror-log-downloader\",\\s{3,7}\"version\": \")[^\"]+"
)
}
Expand Down
File renamed without changes.

0 comments on commit d7575a5

Please sign in to comment.