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

Commit a996661

Browse files
feat: add gcf-owl-bot[bot] to ignoreAuthors (#166)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/3858ff18-b300-4c73-be95-236440c5ce7e/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 0313dad commit a996661

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-video-transcoder.git",
7-
"sha": "4bff91ace8c16ea577e5dfaf1e13cec1eb02ea21"
7+
"sha": "0313dade67377e14e75fe9eb44d305527b4a78b2"
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)