you are a wiley one, jon

This commit is contained in:
burnettk 2023-03-01 17:40:47 -05:00
parent 95e0e7ccc1
commit 8e36cb8f8b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ function error_handler() {
trap 'error_handler ${LINENO} $?' ERR
set -o errtrace -o errexit -o nounset -o pipefail
git log | grep git-subtree-dir | tr -d ' ' | cut -d ":" -f2 | sort | uniq | xargs -I {} bash -c 'if [ -d $(git rev-parse --show-toplevel)/{} ] ; then echo {}; fi'
git log | grep git-subtree-dir | tr -d ' ' | cut -d ":" -f2 | sort | uniq | xargs -I {} bash -c 'if [ -d $(git rev-parse --show-toplevel)/{} ] ; then echo {}; fi' | grep -Ev '^spiffworkflow-frontend|spiffworkflow-backend$'