Skip to content

Commit

Permalink
fix url of plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianHuc committed Sep 19, 2024
1 parent f12b4f9 commit 6775f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/compose-local-dev-traces-v2.overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ services:
traces-node-v2-plugin-downloader:
image: busybox:1.36.1
# profiles: ["l2", "l2-bc"] this works locally but breakes on CI, maybe Docker compose version issue
command: [ "sh", "/file-downloader.sh", "hhttps://github.com/Consensys/linea-tracer/releases/download/untagged-e570a841522cbe2fabff/linea-tracer-v0.6.0-rc5-2.jar", "/traces-node-v2" ]
command: [ "sh", "/file-downloader.sh", "https://github.com/Consensys/linea-tracer/releases/download/v0.6.0-rc5-2/linea-tracer-v0.6.0-rc5-2.jar", "/traces-node-v2" ]
volumes:
- ./scripts/file-downloader.sh:/file-downloader.sh:ro
- ../tmp/traces-node-v2/plugins:/traces-node-v2/
Expand Down

0 comments on commit 6775f25

Please sign in to comment.