CTLE-419: added ability to tell table sync step to either not do inserts or updates, another instant parse format, typo

This commit is contained in:
Tim Chamberlain
2023-04-24 18:53:29 -05:00
parent 8cc16d44e5
commit 3370da109c
3 changed files with 128 additions and 14 deletions

View File

@ -68,7 +68,7 @@ gumBanner "Running mvn gitflow:release-start"
mvn gitflow:release-start
gumConfirmProceed "Can we Proceed, or were there errors from the gitflow:release-start?" "Proceed" "There were errors..."
gumBanner "Pushining release branch to origin"
gumBanner "Pushing release branch to origin"
git push --set-upstream origin "$(git rev-parse --abbrev-ref HEAD)"
gumBanner "Please wait for a green run in CI on the release branch..."