Makefile: ensure repo is clean before testing

This commit is contained in:
Lucas Servén Marín
2020-01-08 18:05:27 +01:00
parent 4b2f6c6692
commit eb0500f994
2 changed files with 3 additions and 2 deletions

View File

@@ -267,10 +267,10 @@ push-name:
@echo "pushed: $(IMAGE):$(ARCH)-$(VERSION)"
clean: container-clean bin-clean
rm -r .cache
rm -rf .cache
container-clean:
rm -rf .container-* .push-*
rm -rf .container-* .manifest-* .push-*
bin-clean:
rm -rf bin