forked from p15670423/monkey
build: switch appimage build branch to develop
This commit is contained in:
parent
6218a476af
commit
6ad68557fc
|
@ -79,7 +79,7 @@ clone_monkey_repo() {
|
|||
fi
|
||||
|
||||
log_message "Cloning files from git"
|
||||
branch=${2:-"postgresql-workaround-2"}
|
||||
branch=${2:-"develop"}
|
||||
git clone --single-branch --recurse-submodules -b "$branch" "${MONKEY_GIT_URL}" "${REPO_MONKEY_HOME}" 2>&1 || handle_error
|
||||
|
||||
chmod 774 -R "${REPO_MONKEY_HOME}"
|
||||
|
|
Loading…
Reference in New Issue