update the checkclean target
This commit is contained in:
parent
57f31c4afb
commit
4e7d6cff66
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -14,7 +14,7 @@ CONTAINER_NAME=$(IMAGE_NAME):$(VERSION)
|
|||
all: argocd
|
||||
|
||||
checkclean:
|
||||
echo $(VERSION) | grep -q dirty && exit 1
|
||||
echo $(VERSION) | grep -q dirty && exit 1 || exit 0
|
||||
|
||||
push-git:
|
||||
git push --mirror
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue