Skip to content

Commit 4c5a1c4

Browse files
authored
build: AR exit gate YAML to declare dependencies.gitSource (#3929)
This should suppress the warning in b/450542318.
1 parent 8f7ef85 commit 4c5a1c4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

internal/librariangen/cloudbuild-exitgate.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,11 @@ options:
4242
requestedVerifyOption: VERIFIED # For provenance attestation generation
4343
logging: CLOUD_LOGGING_ONLY
4444
images:
45-
- us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-dev/librarian-java:latest
45+
- us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-dev/librarian-java:latest
46+
dependencies:
47+
- gitSource:
48+
repository:
49+
url: "${_LOUHI_REPOSITORY_URL}"
50+
revision: "${_LOUHI_REF_SHA}"
51+
destPath: "."
52+

0 commit comments

Comments
 (0)