File tree Expand file tree Collapse file tree 3 files changed +3
-70
lines changed
Expand file tree Collapse file tree 3 files changed +3
-70
lines changed Original file line number Diff line number Diff line change @@ -30,5 +30,6 @@ header:
3030 - ' .github/PULL_REQUEST_TEMPLATE'
3131 - ' .gitignore'
3232 - ' **/*.json'
33+ - ' venv'
3334
3435 comment : on-failure
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ check-doc-gen: dev-setup doc-gen
6868fi
6969
7070license : clean
71- $( VENV ) /python tools/check- license-header.py skywalking tests tools
71+ docker run -it --rm -v $( shell pwd) :/github/workspace ghcr.io/apache/skywalking-eyes/ license-eye:f461a46e74e5fa22e9f9599a355ab4f0ac265469 header check
7272
7373test : gen setup-test
7474$(VENV ) /python -m pytest -v tests
@@ -103,6 +103,6 @@ clean:
103103find . -name " *.pyc" -exec rm -r {} +
104104
105105release : clean lint license
106- -tar -zcvf skywalking-python-src-$(VERSION ) .tgz *
106+ -tar -zcvf skywalking-python-src-$(VERSION ) .tgz --exclude venv *
107107gpg --batch --yes --armor --detach-sig skywalking-python-src-$(VERSION ) .tgz
108108shasum -a 512 skywalking-python-src-$(VERSION ) .tgz > skywalking-python-src-$(VERSION ) .tgz.sha512
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments