Skip to content

Commit 626a829

Browse files
committed
preserve pr_description
1 parent 2b3fdbd commit 626a829

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

generation/hermetic_library_generation.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ if [[ $(basename $(pwd)) == "google-cloud-java" ]]; then
103103
git add java-* pom.xml gapic-libraries-bom/pom.xml versions.txt
104104
else
105105
# The image leaves intermediate folders and files it works with. Here we remove them
106-
rm -rdf output googleapis baseline_generation_config.yaml pr_description.txt
107-
git add .
106+
rm -rdf output googleapis "${baseline_generation_config}"
107+
git add --all -- ':!pr_description.txt'
108108
fi
109109
changed_files=$(git diff --cached --name-only)
110110
if [[ "${changed_files}" == "" ]]; then

generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
gapic_generator_version: 2.40.1
2-
protoc_version: '25.2'
2+
protoc_version: '25.3'
33
googleapis_commitish: 6f289d775912966eb0cf04bda91e5e355c998d30
44
libraries_bom_version: 26.38.0
55
template_excludes:

0 commit comments

Comments
 (0)