Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ steps:
# Use a fixed protoc version so that the generation result stays the same
"--build-arg", "PROTOC_VERSION=25.8",
"-t", "${_TEST_IMAGE}",
"-f", ".cloudbuild/library_generation/library_generation_airlock.Dockerfile",
"-f", "sdk-platform-java/.cloudbuild/library_generation/library_generation_airlock.Dockerfile",
"."
]
id: build-image
Expand Down Expand Up @@ -110,7 +110,7 @@ steps:
source .venv/bin/activate
pip install --require-hashes -r requirements.txt
python -m unittest integration_tests.py
dir: ".cloudbuild/library_generation/scripts"
dir: "sdk-plaform-java/.cloudbuild/library_generation/scripts"
Comment thread
diegomarquezp marked this conversation as resolved.
Outdated
id: verify-generation
waitFor: ["generate-libraries"]
options:
Expand Down
Loading