mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
flip updating submodules logic
This commit is contained in:
parent
ed2d062bf5
commit
61c87bd4ad
1 changed files with 3 additions and 3 deletions
|
|
@ -178,10 +178,10 @@ main () {
|
|||
fi
|
||||
|
||||
if [ "$disable_submodule_update" == 1 ]; then
|
||||
echo -e "${BIGreen}>>>${RST} Making sure submodules are up-to-date ..."
|
||||
git submodule update --init --recursive
|
||||
echo -e "${BIYellow}***${RST} Not updating submodules ..."
|
||||
else
|
||||
echo -e "${BIYellow}***${RST} Not updating submodules ..."
|
||||
echo -e "${BIGreen}>>>${RST} Making sure submodules are up-to-date ..."
|
||||
git submodule update --init --recursive
|
||||
fi
|
||||
echo -e "${BIGreen}>>>${RST} Building ..."
|
||||
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue