Skip to content

Commit

Permalink
Merge pull request #344 from christianlupus-nextcloud/fix/no-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Sep 15, 2024
2 parents 1fdbdb3 + 173c223 commit f410d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function install_server() {
(
(
echo "🌏 Fetching server (this might take a while to finish)" &&
git clone ${CLONE_PARAMS[@]+"${CLONE_PARAMS[@]}"} https://github.com/nextcloud/server.git --depth 1 workspace/server --progress 2>&1 &&
git clone ${CLONE_PARAMS[@]+"${CLONE_PARAMS[@]}"} https://github.com/nextcloud/server.git workspace/server --progress 2>&1 &&
cd workspace/server && git submodule update --init --progress 2>&1
) || echo "❌ Failed to clone Nextcloud server code"
) | indent
Expand Down

0 comments on commit f410d90

Please sign in to comment.