You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2021/10/19 19:53:18 UTC

[beam] branch master updated: [BEAM-13055] Use unshallow clone to create PR.

This is an automated email from the ASF dual-hosted git repository.

ibzib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 8892810  [BEAM-13055] Use unshallow clone to create PR.
     new bfe5fea  Merge pull request #15755 from ibzib/depth1
8892810 is described below

commit 8892810ad04b9c16f59334be5c2954fe2204a0a2
Author: Kyle Weaver <kc...@google.com>
AuthorDate: Tue Oct 19 11:10:12 2021 -0700

    [BEAM-13055] Use unshallow clone to create PR.
---
 release/src/main/scripts/run_rc_validation.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release/src/main/scripts/run_rc_validation.sh b/release/src/main/scripts/run_rc_validation.sh
index 292fc50..5045372 100755
--- a/release/src/main/scripts/run_rc_validation.sh
+++ b/release/src/main/scripts/run_rc_validation.sh
@@ -120,7 +120,7 @@ else
   echo "* Creating local Beam workspace: ${LOCAL_BEAM_DIR}"
   mkdir -p ${LOCAL_BEAM_DIR}
   echo "* Cloning Beam repo"
-  git clone --depth 1 --branch ${RC_TAG} ${GIT_REPO_URL} ${LOCAL_BEAM_DIR}
+  git clone --branch ${RC_TAG} ${GIT_REPO_URL} ${LOCAL_BEAM_DIR}
   cd ${LOCAL_BEAM_DIR}
   git checkout -b ${WORKING_BRANCH} ${RC_TAG} --quiet
   echo "* Setting up git config"