File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2023 The Jaeger Authors.
2
2
# SPDX-License-Identifier: Apache-2.0
3
+ SCRIPTS_URL = https://raw.githubusercontent.com/jaegertracing/jaeger/main/scripts
3
4
4
5
JAEGER_IMPORT_PATH = github.com/jaegertracing/jaeger-idl
5
6
@@ -228,9 +229,9 @@ lint-imports: setup-lint-scripts
228
229
.PHONY : setup-lint-scripts
229
230
setup-lint-scripts :
230
231
@mkdir -p .scripts/lint
231
- @curl -s -o .scripts/lint/import-order-cleanup.py https://raw.githubusercontent.com/jaegertracing/jaeger/main/scripts /lint/import-order-cleanup.py
232
+ @curl -s -o .scripts/lint/import-order-cleanup.py $( SCRIPTS_URL ) /lint/import-order-cleanup.py
232
233
@chmod +x .scripts/lint/import-order-cleanup.py
233
- @curl -s -o .scripts/lint/updateLicense.py https://raw.githubusercontent.com/jaegertracing/jaeger/main/scripts /lint/updateLicense.py
234
+ @curl -s -o .scripts/lint/updateLicense.py $( SCRIPTS_URL ) /lint/updateLicense.py
234
235
@chmod +x .scripts/lint/updateLicense.py
235
236
236
237
.PHONY : fmt
You can’t perform that action at this time.
0 commit comments