Skip to content

Commit 8a37d33

Browse files
chore: remove obsolete release job configs (#2377)
* chore: remove obsolete release job configs * πŸ¦‰ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 9f9a376 commit 8a37d33

19 files changed

+20
-1029
lines changed

β€Ž.github/workflows/samples.yaml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,29 @@
1+
# Copyright 2022 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
# Github action job to test core java library features on
15+
# downstream client libraries before they are released.
116
on:
217
pull_request:
3-
paths-ignore:
4-
- 'tutorials/**'
518
name: samples
619
jobs:
720
checkstyle:
821
runs-on: ubuntu-latest
922
steps:
10-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
11-
- uses: actions/setup-java@v1
23+
- uses: actions/checkout@v3
24+
- uses: actions/setup-java@v3
1225
with:
26+
distribution: temurin
1327
java-version: 8
1428
- name: Run checkstyle
1529
run: mvn -P lint --quiet --batch-mode checkstyle:check

β€Ž.kokoro/release/bump_snapshot.cfg

Lines changed: 0 additions & 53 deletions
This file was deleted.

β€Ž.kokoro/release/bump_snapshot.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

β€Ž.kokoro/release/common.cfg

Lines changed: 0 additions & 49 deletions
This file was deleted.

β€Ž.kokoro/release/common.sh

Lines changed: 0 additions & 50 deletions
This file was deleted.

β€Ž.kokoro/release/drop.cfg

Lines changed: 0 additions & 6 deletions
This file was deleted.

β€Ž.kokoro/release/drop.sh

Lines changed: 0 additions & 32 deletions
This file was deleted.

β€Ž.kokoro/release/promote.cfg

Lines changed: 0 additions & 6 deletions
This file was deleted.

β€Ž.kokoro/release/promote.sh

Lines changed: 0 additions & 34 deletions
This file was deleted.

β€Ž.kokoro/release/publish_javadoc.cfg

Lines changed: 0 additions & 23 deletions
This file was deleted.

β€Ž.kokoro/release/publish_javadoc.sh

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
Β (0)