Skip to content

Commit 47f9c86

Browse files
committed
more CI fixes
1 parent 9f1811d commit 47f9c86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
REPO_NAME ?= $(shell echo $(wildcard src/*/__init__.py) | awk -F'/' '{print $$1}')
17+
REPO_NAME ?= $(shell echo $(wildcard src/*/__init__.py) | awk -F'/' '{print $$2}')
1818
SHELL := /bin/bash
1919
.DEFAULT_GOAL := editable
2020
# postinst = $(wildcard debian/*.postinst.sh)
@@ -47,7 +47,7 @@ clean:
4747
@rm -rf *.egg* build dist *.py[oc] */*.py[co] cover doctest_pypi.cfg \
4848
nosetests.xml pylint.log output.xml flake8.log tests.log \
4949
test-result.xml htmlcov fab.log .coverage __pycache__ \
50-
*/__pycache__ deb_dist .mypy_cache
50+
*/__pycache__ deb_dist .mypy_cache .pytest_cache
5151

5252
pep8:
5353
flake8 --max-line-length=88 --extend-ignore=E203 --exit-zero $(REPO_NAME)/*.py

src/aircot/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.1
1+
4.0.2

0 commit comments

Comments
 (0)