mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-23 17:42:48 +00:00
7 lines
251 B
Bash
Executable File
7 lines
251 B
Bash
Executable File
#! /bin/sh
|
|
|
|
git submodule foreach --recursive git clean -xfd
|
|
git submodule foreach --recursive git reset --hard
|
|
git submodule update --init --recursive
|
|
git submodule foreach --recursive git checkout moleculer
|
|
git submodule foreach --recursive git pull |