Skip to content
Snippets Groups Projects
Commit 58419a8d authored by julenalbi's avatar julenalbi
Browse files

pass module type to the updater

parent 651a60bb
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ update:
script:
- git checkout $current_version
- git pull
- node package-version-updater/versionUpdater.js -v $current_version
- 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 tag -a v${current_version} -m ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment