Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract url for scripts into variable (#141)
## Which problem is this PR solving? - part of jaegertracing/jaeger#6570 ## Description of the changes - extracted` https://raw.githubusercontent.com/jaegertracing/jaeger/main/scripts` into a variable `$(SCRIPTS_URL)` #121 (comment) ## How was this change tested? - ## Checklist - [X] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [x] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `npm run lint` and `npm run test` Signed-off-by: danish9039 <danishsiddiqui040@gmail.com>
- Loading branch information