File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ check-doc-gen: doc-gen
9292
9393.PHONY : license
9494license : clean
95- docker run -it --rm -v $(shell pwd) :/github/workspace ghcr.io/apache/skywalking-eyes/license-eye:20da317d1ad158e79e24355fdc28f53370e94c8a header check
95+ docker run -i --rm -v $(shell pwd) :/github/workspace ghcr.io/apache/skywalking-eyes/license-eye:20da317d1ad158e79e24355fdc28f53370e94c8a header check
9696
9797.PHONY : test
9898test : env
@@ -132,6 +132,6 @@ clean:
132132
133133.PHONY : release
134134release : clean lint license
135- tar -zcvf skywalking-python-src-$VERSION .tgz --exclude .venv *
136- gpg --batch --yes --armor --detach-sig skywalking-python-src-$VERSION .tgz
137- shasum -a 512 skywalking-python-src-$VERSION .tgz > skywalking-python-src-$VERSION .tgz.sha512
135+ tar -zcvf skywalking-python-src-$( VERSION ) .tgz --exclude .venv *
136+ gpg --batch --yes --armor --detach-sig skywalking-python-src-$( VERSION ) .tgz
137+ shasum -a 512 skywalking-python-src-$( VERSION ) .tgz > skywalking-python-src-$( VERSION ) .tgz.sha512
You can’t perform that action at this time.
0 commit comments