Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit c5ba11e

Browse files
feat: add gcf-owl-bot[bot] to ignoreAuthors (#467)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/33f02be5-f5b9-4210-83c3-ec3182b579fc/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@8eae023 Source-Link: googleapis/synthtool@7332178
1 parent a3a80c7 commit c5ba11e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/generated-files-bot.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ ignoreAuthors:
99
- 'renovate-bot'
1010
- 'yoshi-automation'
1111
- 'release-please[bot]'
12+
- 'gcf-owl-bot[bot]'

.kokoro/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ cd ${scriptDir}/..
2323
# include common functions
2424
source ${scriptDir}/common.sh
2525

26-
# Print out Java version
27-
java -version
26+
# Print out Maven & Java version
27+
mvn -version
2828
echo ${JOB_TYPE}
2929

3030
# attempt to install 3 times with exponential backoff (starting with 10 seconds)

synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-container.git",
7-
"sha": "e318f63f2cbe7a035aedd81c844fc238c3efb4f9"
7+
"sha": "a3a80c7a267dfd9dc412842352ea5d5e18da36fc"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "c86c7a60985644eab557949363a38301d40d78d2"
22+
"sha": "8eae0234a16b26c2ff616d305dbd9786c8b10a47"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)