Skip to content

Commit

Permalink
Merge branch 'main' into feat/parse-build-in-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Jun 25, 2024
2 parents 00e96e4 + 47506e3 commit 0ebbf03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
timeout: 7200s # 2 hours
substitutions:
_IMAGE_NAME: "gcr.io/cloud-devrel-public-resources/java-library-generation"
_GAPIC_GENERATOR_JAVA_VERSION: '2.41.1-SNAPSHOT' # {x-version-update:gapic-generator-java:current}
_GAPIC_GENERATOR_JAVA_VERSION: '2.42.1-SNAPSHOT' # {x-version-update:gapic-generator-java:current}
_SHA_IMAGE_ID: "${_IMAGE_NAME}:${COMMIT_SHA}"
_LATEST_IMAGE_ID: "${_IMAGE_NAME}:latest"
_VERSIONED_IMAGE_ID: "${_IMAGE_NAME}:${_GAPIC_GENERATOR_JAVA_VERSION}"
Expand Down
4 changes: 2 additions & 2 deletions library_generation/DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
> [!IMPORTANT]
> All examples assume you are inside the `library_generation` folder
> All examples assume you are inside the `library_generation` folder.

# Linting
Expand Down Expand Up @@ -121,7 +121,7 @@ This is convenient in order to avoid installing the dependencies manually.

> [!IMPORTANT]
> From now, the examples assume you are in the root of your sdk-platform-java
> folder
> folder.
## Build the docker image
```bash
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
".cloudbuild/graalvm/cloudbuild.yaml",
".cloudbuild/graalvm/cloudbuild-test-a.yaml",
".cloudbuild/graalvm/cloudbuild-test-b.yaml",
".cloudbuild/library_generation/cloudbuild-library-generation-release.yaml",
".cloudbuild/library_generation/cloudbuild-library-generation-push.yaml",
"generation_config.yaml"
]
}
Expand Down

0 comments on commit 0ebbf03

Please sign in to comment.