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

Merge branch 'jon.lopezdeguerena-master-patch-76441' into 'master'

Update stack-updater/stack_updater.yml

See merge request !2
parents 64b6c917 eca2d126
No related branches found
No related tags found
1 merge request!2Update stack-updater/stack_updater.yml
...@@ -16,7 +16,7 @@ update: ...@@ -16,7 +16,7 @@ update:
- git pull - git pull
- 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}" - git commit -m "${current_version}" || true
- git tag -a v${current_version} -m "" - 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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment