Skip to content

Commit 14b9ee1

Browse files
committed
remove unshallow
1 parent e120d71 commit 14b9ee1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/update_googleapis_commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ fi
105105

106106
if [ -z "${pr_num}" ]; then
107107
git remote add remote_repo https://cloud-java-bot:"${GH_TOKEN}@github.com/${repo}.git"
108-
git fetch -q --unshallow remote_repo
108+
git fetch -q remote_repo
109109
git push -f remote_repo "${current_branch}"
110110
gh pr create --title "${title}" --head "${current_branch}" --body "${title}" --base "${base_branch}"
111111
else

hermetic_build/library_generation/owlbot/templates/java_library/.github/scripts/update_generation_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ fi
159159

160160
if [ -z "${pr_num}" ]; then
161161
git remote add remote_repo https://cloud-java-bot:"${GH_TOKEN}@github.com/${repo}.git"
162-
git fetch -q --unshallow remote_repo
162+
git fetch -q remote_repo
163163
git push -f remote_repo "${current_branch}"
164164
gh pr create --title "${title}" --head "${current_branch}" --body "${title}" --base "${base_branch}"
165165
else

0 commit comments

Comments
 (0)