added lint phony and comment on clean step

This commit is contained in:
Lorenz Herzberger
2022-02-14 11:52:36 +01:00
parent 5924633bc9
commit f0533cf60f
2 changed files with 2 additions and 1 deletions

View File

@@ -125,6 +125,7 @@ services:
- ./integration:/integration
- ./tests:/tests
# Remove all build, test, coverage and Python artifacts
clean:
image: alpine
command: /bin/sh -c "./planetmint/scripts/clean.sh"