Skip to content
Snippets Groups Projects
Commit 089fed37 authored by Lopez de Guereña Caballero, Jon's avatar Lopez de Guereña Caballero, Jon
Browse files

Update stack-updater/stack_updater.yml

parent 03b37e69
Branches
No related tags found
No related merge requests found
...@@ -17,7 +17,6 @@ update: ...@@ -17,7 +17,6 @@ update:
- node package-version-updater/versionUpdater.js -v $current_version -m $module_type - node package-version-updater/versionUpdater.js -v $current_version -m $module_type
- bash package-version-updater/stage_file.sh - bash package-version-updater/stage_file.sh
- git commit -m "${current_version}" --allow-empty - git commit -m "${current_version}" --allow-empty
- git tag -a v${current_version} -m ""
- branch=`bash package-version-updater/get_principal_branch.sh` - branch=`bash package-version-updater/get_principal_branch.sh`
- echo ${branch} - echo ${branch}
- git checkout ${branch} - git checkout ${branch}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment