Skip to content
Snippets Groups Projects
Commit 7a280d96 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

Add cleanup to justfile

parent 568b9f38
No related branches found
No related tags found
1 merge request!10Add cleanup to justfile
Pipeline #268938 passed
......@@ -27,3 +27,8 @@ ci-lint:
generate-plantuml:
echo "Generating PlantUML diagrams if plantUML is installed..."
plantuml -o . api/_Docs/*/**.plantuml
# Only use if nothing else helps as this shouldn't be necessary
clean:
go clean -cache -fuzzcache -testcache -modcache
docker system prune -af
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment