Skip to content

Commit 0f95be8

Browse files
chore: new owl bot post processor docker image (googleapis#508)
Post-Processor: gcr.io/repo-automation-bots/owlbot-java:latest@sha256:689e998ca8b33117d8607b1c3df12b9cfebd68b621ba5ab6ce17be8715506203
1 parent 60af3d3 commit 0f95be8

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/repo-automation-bots/owlbot-java:latest
3-
digest: sha256:e09db16aef633f4cae68b6eb2771b40ea01464f8db08badcd1c5197b9c623457
3+
digest: sha256:689e998ca8b33117d8607b1c3df12b9cfebd68b621ba5ab6ce17be8715506203

java-resourcemanager/.github/generated-files-bot.yml

Lines changed: 1 addition & 0 deletions
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]'

java-resourcemanager/.kokoro/build.sh

Lines changed: 2 additions & 2 deletions
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)

0 commit comments

Comments
 (0)