Makefile: ensure repo is clean before testing
This commit is contained in:
parent
4b2f6c6692
commit
eb0500f994
@ -20,6 +20,7 @@ install: true
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
|
- make clean
|
||||||
- make unit
|
- make unit
|
||||||
- make lint
|
- make lint
|
||||||
- make container
|
- make container
|
||||||
|
4
Makefile
4
Makefile
@ -267,10 +267,10 @@ push-name:
|
|||||||
@echo "pushed: $(IMAGE):$(ARCH)-$(VERSION)"
|
@echo "pushed: $(IMAGE):$(ARCH)-$(VERSION)"
|
||||||
|
|
||||||
clean: container-clean bin-clean
|
clean: container-clean bin-clean
|
||||||
rm -r .cache
|
rm -rf .cache
|
||||||
|
|
||||||
container-clean:
|
container-clean:
|
||||||
rm -rf .container-* .push-*
|
rm -rf .container-* .manifest-* .push-*
|
||||||
|
|
||||||
bin-clean:
|
bin-clean:
|
||||||
rm -rf bin
|
rm -rf bin
|
||||||
|
Loading…
Reference in New Issue
Block a user