Skip to content

Commit

Permalink
fix: path adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
burkedavison committed Dec 19, 2024
1 parent ccd9723 commit ccb0d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kokoro/update-dotnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ mkdir $WORK_ROOT

gcloud auth configure-docker us-central1-docker.pkg.dev
cd github/generator
ls /piper_scm/google3/third_party/googleapis/stable
ls /piper/google3/third_party/googleapis/stable
go run ./cmd/generator update-repo -language=dotnet \
-api-root=/piper_scm/google3/third_party/googleapis/stable
-api-root=/piper/google3/third_party/googleapis/stable

0 comments on commit ccb0d38

Please sign in to comment.