StackStorm / st2-rbac-backend

RBAC backend for StackStorm (previously part of EWC aka StackStorm Enteprise)
https://docs.stackstorm.com/latest/rbac.html
Apache License 2.0
5 stars 12 forks source link

Update Makefile to use find for listing cpu27mu whl files #41

Closed m4dcoder closed 3 years ago

m4dcoder commented 3 years ago

Use the "find" command since it fails gracefully compared to "ls" if match is not found. Add an echo to print what file is renamed from the find for troubleshooting purposes.