Merge pull request #52 from sartography/update_scripts

Add connector-proxy-demo to bin/pull-subtrees
This commit is contained in:
Dan Funk 2022-11-22 12:12:54 -05:00 committed by GitHub
commit e25fab6b78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ for subtree in "SpiffWorkflow" \
"spiffworkflow-backend" \
"spiffworkflow-frontend" \
"flask-bpmn" \
"bpmn-js-spiffworkflow"
"bpmn-js-spiffworkflow" \
"connector-proxy-demo"
do
GIT_MERGE_AUTOEDIT=no git subtree pull --prefix=$subtree git@github.com:sartography/$subtree.git main --squash
done