set auto edit to no w/ burnettk

This commit is contained in:
jasquat 2022-10-19 16:16:43 -04:00
parent 0d9aabcee4
commit c2631ee045
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ for subtree in "SpiffWorkflow" \
"flask-bpmn" \
"bpmn-js-spiffworkflow"
do
git subtree pull --prefix=$subtree git@github.com:sartography/$subtree.git main --squash
GIT_MERGE_AUTOEDIT=no git subtree pull --prefix=$subtree git@github.com:sartography/$subtree.git main --squash
done