it works with current .gitmodules file and .gitmodules was made from
previous tar files.
so it should not executed when push with new commit.
Signed-off-by: wansu.yoo <wansu.yoo@samsung.com>
Change-Id: I918dd22d76230797a49a12df0bb34f72f5ebdec2
name=$(basename "$dir" )
echo "name="
echo "dir=$dir"
- git submodule init
- git submodule update
+# remove submodule init and upste script at gitmodule.sh file
+# it works with current .gitmodules file and .gitmodules was made from previous tar files
+# so it should not executed when push with new commit
+# git submodule init
+# git submodule update
tar cjvf "./packaging/${name}.tar.bz2" "${dir}"