diff --git a/stack-updater/stack_updater.yml b/stack-updater/stack_updater.yml index d17862aa56868b1bd5f6c6a1f033e8387374005e..c3fca9cb8355725f7b23dd01d1522b856f5bea8f 100644 --- a/stack-updater/stack_updater.yml +++ b/stack-updater/stack_updater.yml @@ -16,7 +16,7 @@ update: - git pull - node package-version-updater/versionUpdater.js -v $current_version -m $module_type - bash package-version-updater/stage_file.sh - - git commit -m "${current_version}" + - git commit -m "${current_version}" || true - git tag -a v${current_version} -m "" - branch=`bash package-version-updater/get_principal_branch.sh` - echo ${branch}