Skip to content

Commit d0ea9e4

Browse files
chore: make exception for non-cloud artifacts (#1787) (#5906)
* bugfix: make exception for non-cloud artifacts * change format Source-Link: googleapis/synthtool@a86e189 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:944c07e458ce227ca49a423affedf088e31e2ee70908dd21682238d58f1beb60 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 85f14a3 commit d0ea9e4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:e62f3ea524b11c1cd6ff7f80362736d86c0056631346b5b106a421686fce2726
16+
digest: sha256:944c07e458ce227ca49a423affedf088e31e2ee70908dd21682238d58f1beb60

tests/src/test/java/com/google/cloud/BomContentTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ static void checkBomReachable(Path bomPath) throws Exception {
114114
} catch (IOException ex) {
115115
errors.append(ex.getMessage() + "\n");
116116
}
117-
118117
}
119118
if (errors.length() != 0) {
120119
throw new IOException(errors.toString());

0 commit comments

Comments
 (0)