Switch gitea actions
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
yamllint .gitea/workflows/build.yml
|
||||
|
||||
VERSION=$(python setup.py --version)
|
||||
sed -i "s/^__version__ = .*/__version__ = '${VERSION}'/" src/ddOperApi/__init__.py
|
||||
|
||||
git add src/ddOperApi/__init__.py
|
||||
|
||||
tox
|
||||
yamllint .drone.yml
|
||||
|
Reference in New Issue
Block a user