From eca2d126fcb6431b95996cfd916501a882905664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lopez=20de=20Guere=C3=B1a=20Caballero=2C=20Jon?= <jon.lopezdeguerena@tecnalia.com> Date: Thu, 12 Jan 2023 22:16:19 +0100 Subject: [PATCH] Update stack-updater/stack_updater.yml --- stack-updater/stack_updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack-updater/stack_updater.yml b/stack-updater/stack_updater.yml index d17862a..c3fca9c 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} -- GitLab