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

Commit

Permalink
chore: new owl bot post processor docker image (#486)
Browse files Browse the repository at this point in the history
gcr.io/repo-automation-bots/owlbot-java:latest@sha256:42de7b29a5bc381bef6a718722beb3eb641a4c26ad0e269d72c5328a0a63e520
  • Loading branch information
gcf-owl-bot[bot] committed May 14, 2021
1 parent b9c5a34 commit be59bc1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
docker:
digest: sha256:22b6fd508988c7d8b1506f8e78451f7a5985b30516dc9742e00930019411269e
image: gcr.io/repo-automation-bots/owlbot-java:latest
digest: sha256:42de7b29a5bc381bef6a718722beb3eb641a4c26ad0e269d72c5328a0a63e520
3 changes: 2 additions & 1 deletion .github/release-please.yml
@@ -1,2 +1,3 @@
bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-yoshi
bumpMinorPreMajor: true
6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Expand Up @@ -19,10 +19,6 @@ jobs:
- run: .kokoro/build.sh
env:
JOB_TYPE: test
- name: coverage
uses: codecov/codecov-action@v1
with:
name: actions ${{matrix.java}}
windows:
runs-on: windows-latest
steps:
Expand Down Expand Up @@ -80,4 +76,4 @@ jobs:
- run: java -version
- run: .kokoro/build.sh
env:
JOB_TYPE: clirr
JOB_TYPE: clirr
7 changes: 7 additions & 0 deletions .kokoro/release/publish_javadoc11.sh
Expand Up @@ -49,6 +49,13 @@ pushd target/docfx-yml
python3 -m docuploader create-metadata \
--name ${NAME} \
--version ${VERSION} \
--xrefs devsite://java/gax \
--xrefs devsite://java/google-cloud-core \
--xrefs devsite://java/api-common \
--xrefs devsite://java/proto-google-common-protos \
--xrefs devsite://java/google-api-client \
--xrefs devsite://java/google-http-client \
--xrefs devsite://java/protobuf \
--language java

# upload yml to production bucket
Expand Down

0 comments on commit be59bc1

Please sign in to comment.