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:
30
30
- ' .github/PULL_REQUEST_TEMPLATE'
31
31
- ' .gitignore'
32
32
- ' **/*.json'
33
+ - ' venv'
33
34
34
35
comment : on-failure
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ check-doc-gen: dev-setup doc-gen
68
68
fi
69
69
70
70
license : 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
72
72
73
73
test : gen setup-test
74
74
$(VENV ) /python -m pytest -v tests
@@ -103,6 +103,6 @@ clean:
103
103
find . -name " *.pyc" -exec rm -r {} +
104
104
105
105
release : clean lint license
106
- -tar -zcvf skywalking-python-src-$(VERSION ) .tgz *
106
+ -tar -zcvf skywalking-python-src-$(VERSION ) .tgz --exclude venv *
107
107
gpg --batch --yes --armor --detach-sig skywalking-python-src-$(VERSION ) .tgz
108
108
shasum -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