We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7ef85 commit 4c5a1c4Copy full SHA for 4c5a1c4
internal/librariangen/cloudbuild-exitgate.yaml
@@ -42,4 +42,11 @@ options:
42
requestedVerifyOption: VERIFIED # For provenance attestation generation
43
logging: CLOUD_LOGGING_ONLY
44
images:
45
- - us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-dev/librarian-java:latest
+ - 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