From 58419a8d0511318f8705e7e7a3d5ae6cce4ae393 Mon Sep 17 00:00:00 2001
From: julenalbi <julenalbizuri3@gmail.com>
Date: Tue, 22 Mar 2022 12:20:29 +0100
Subject: [PATCH] pass module type to the updater

---
 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 c8ce3bc..b99a1c9 100644
--- a/stack-updater/stack_updater.yml
+++ b/stack-updater/stack_updater.yml
@@ -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 ""
-- 
GitLab