Skip to content

Commit 59d4b0e

Browse files
chore: remove unused image tag in .OwlBot-hermetic.yaml (#2333)
This removes the unused image tag in this file. Part of the cleanup after enabling Hermetic Library generation in this repo. Newline at EOF automatically added - see [this SO](https://stackoverflow.com/questions/729692/why-should-text-files-end-with-a-newline).
1 parent b38c6f4 commit 59d4b0e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/.OwlBot-hermetic.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
15-
docker:
16-
image: "gcr.io/cloud-devrel-public-resources/owlbot-java:latest"
17-
1814
deep-remove-regex:
1915
- "/grpc-google-.*/src"
2016
- "/proto-google-.*/src"
@@ -34,4 +30,4 @@ deep-copy-regex:
3430
- source: "/google/bigtable/admin/(v\\d)/.*-java/grpc-google-.*/src"
3531
dest: "/owl-bot-staging/$1/grpc-google-cloud-bigtable-admin-$1/src"
3632
- source: "/google/bigtable/admin/(v\\d)/.*-java/gapic-google-.*/src"
37-
dest: "/owl-bot-staging/$1/google-cloud-bigtable/src"
33+
dest: "/owl-bot-staging/$1/google-cloud-bigtable/src"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you are using Maven without the BOM, add this to your dependencies:
5050
If you are using Gradle 5.x or later, add this to your dependencies:
5151

5252
```Groovy
53-
implementation platform('com.google.cloud:libraries-bom:26.44.0')
53+
implementation platform('com.google.cloud:libraries-bom:26.45.0')
5454
5555
implementation 'com.google.cloud:google-cloud-bigtable'
5656
```

0 commit comments

Comments
 (0)