show missing gems
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
f 2022-02-15 10:56:37 -03:00
parent 5d1eb8e721
commit 3510b3d160
1 changed files with 3 additions and 0 deletions

View File

@ -11,4 +11,7 @@ help: always ## Ayuda
touch build/$@/$(v)
git add build/$@/$(v)
missing:
@comm -23 <(find build/ -type f | grep -v /.keep | cut -d / -f 2- | sort) <(find built/ -type f | grep -v /.keep | cut -d / -f 3- | sort)
.PHONY: always