File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ if [[ $(basename $(pwd)) == "google-cloud-java" ]]; then
103
103
git add java-* pom.xml gapic-libraries-bom/pom.xml versions.txt
104
104
else
105
105
# 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 '
108
108
fi
109
109
changed_files=$( git diff --cached --name-only)
110
110
if [[ " ${changed_files} " == " " ]]; then
Original file line number Diff line number Diff line change 1
1
gapic_generator_version : 2.40.1
2
- protoc_version : ' 25.2 '
2
+ protoc_version : ' 25.3 '
3
3
googleapis_commitish : 6f289d775912966eb0cf04bda91e5e355c998d30
4
4
libraries_bom_version : 26.38.0
5
5
template_excludes :
You can’t perform that action at this time.
0 commit comments