Skip to content
Snippets Groups Projects

Update stack-updater/stack_updater.yml

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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}
Loading