When building a snapshot of the SDK bindings, don't build the app by default too
This commit is contained in:
parent
4b724290ac
commit
52a08a37cb
1 changed files with 2 additions and 2 deletions
|
|
@ -54,8 +54,8 @@ if [ "${sdkCorrect}" != "yes" ]; then
|
|||
fi
|
||||
|
||||
# Ask if the user wants to build the app after
|
||||
read -p "Do you want to build the app after (yes/no) default to yes? " buildApp
|
||||
buildApp=${buildApp:-yes}
|
||||
read -p "Do you want to build the app after (yes/no) default to no? " buildApp
|
||||
buildApp=${buildApp:-no}
|
||||
|
||||
cd "${elementPwd}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue