Merge pull request #52 from sartography/update_scripts
Add connector-proxy-demo to bin/pull-subtrees
This commit is contained in:
commit
e25fab6b78
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue