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

Commit

Permalink
feat: add gcf-owl-bot[bot] to ignoreAuthors (#421)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 馃寛

Synth log will be available here:
https://source.cloud.google.com/results/invocations/7bd35b13-902c-414c-8d49-bff54a20fdc5/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
Source-Link: googleapis/synthtool@c86c7a6

chore: add changelog to cloud-rad
chore: dump maven version along with java
Source-Author: Igor Bernstein <igorbernstein@google.com>
Source-Date: Thu May 20 10:56:02 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 8eae0234a16b26c2ff616d305dbd9786c8b10a47
Source-Link: googleapis/synthtool@8eae023
  • Loading branch information
yoshi-automation committed May 31, 2021
1 parent c06497b commit ad75ae2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/generated-files-bot.yml
Expand Up @@ -9,3 +9,4 @@ ignoreAuthors:
- 'renovate-bot'
- 'yoshi-automation'
- 'release-please[bot]'
- 'gcf-owl-bot[bot]'
4 changes: 2 additions & 2 deletions .kokoro/build.sh
Expand Up @@ -23,8 +23,8 @@ cd ${scriptDir}/..
# include common functions
source ${scriptDir}/common.sh

# Print out Java version
java -version
# Print out Maven & Java version
mvn -version
echo ${JOB_TYPE}

# attempt to install 3 times with exponential backoff (starting with 10 seconds)
Expand Down
2 changes: 2 additions & 0 deletions .kokoro/release/publish_javadoc11.sh
Expand Up @@ -42,6 +42,8 @@ mvn clean site -B -q -P docFX

# copy README to docfx-yml dir and rename index.md
cp README.md target/docfx-yml/index.md
# copy CHANGELOG to docfx-yml dir and rename history.md
cp CHANGELOG.md target/docfx-yml/history.md

pushd target/docfx-yml

Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-redis.git",
"sha": "1940d118470b2cedf1611c8a8fc41a975190ff54"
"sha": "72b922439f167fd7902f327a852fe7aaaf31ec71"
}
},
{
Expand All @@ -27,7 +27,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "4f4b1b9b8d8b52f1e9e4a76165896debce5ab7f1"
"sha": "8eae0234a16b26c2ff616d305dbd9786c8b10a47"
}
}
],
Expand Down

0 comments on commit ad75ae2

Please sign in to comment.