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

Commit

Permalink
chore: convert to owlbot (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Sep 10, 2021
1 parent 4c909fa commit c8277f0
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 93 deletions.
3 changes: 3 additions & 0 deletions .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
docker:
image: gcr.io/repo-automation-bots/owlbot-java:latest
digest: sha256:b328758e5113c392d3eccad613c2b18097eaebcb4d8bf77fab0326a6cad90bc7
16 changes: 16 additions & 0 deletions .github/.OwlBot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright 2021 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

docker:
image: "gcr.io/repo-automation-bots/owlbot-java:latest"
4 changes: 2 additions & 2 deletions google-cloud-core-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://google.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<url>https://google.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

Expand Down
2 changes: 0 additions & 2 deletions synth.py → owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

import synthtool.languages.java as java

AUTOSYNTH_MULTIPLE_COMMITS = True

java.common_templates(excludes=[
'README.md',
'samples/*',
Expand Down
89 changes: 0 additions & 89 deletions synth.metadata

This file was deleted.

0 comments on commit c8277f0

Please sign in to comment.