Skip to content

Commit

Permalink
change command
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed May 3, 2024
1 parent f814f7d commit 9284858
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,9 @@ jobs:
--rm \
-u "$(id -u):$(id -g)" \
-v "$(pwd):${workspace_name}" \
--entrypoint python /src/cli/entry_point.py \
--entrypoint python \
gcr.io/cloud-devrel-public-resources/java-library-generation:"${library_generation_image_tag}" \
validate-generation-config \
--generation-config-path="${workspace_name}/generation_config.yaml"
/src/cli/entry_point.py validate-generation-config
env:
library_generation_image_tag: 2.40.0
workspace_name: /workspace
Expand Down

0 comments on commit 9284858

Please sign in to comment.