Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Prev Previous commit
Next Next commit
🦉 Updates from OwlBot post-processor
  • Loading branch information
gcf-owl-bot[bot] committed Jan 10, 2023
commit 5541d149ff0558bc5b371a4b404daf9df470b6f4
2 changes: 1 addition & 1 deletion .kokoro/release/publish_javadoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ python3 -m pip install --require-hashes -r .kokoro/requirements.txt
# compile all packages
mvn clean install -B -q -DskipTests=true

export NAME=proto-google-iam-v1
export NAME=google-iam-policy
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OwlBot PostProcessor made this change, based on the repo-metadata.json change.

export VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)

# build the docs
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/release/publish_javadoc11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ python3 -m pip install --require-hashes -r .kokoro/requirements.txt
# compile all packages
mvn clean install -B -q -DskipTests=true

export NAME=proto-google-iam-v1
export NAME=google-iam-policy
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OwlBot PostProcessor made this change, based on the repo-metadata.json change.

export VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)

# cloud RAD generation
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
{
"packagePatterns": [
"^com.google.api.grpc:proto-google-iam-v1",
"^com.google.cloud:google-iam-policy",
"^com.google.cloud:libraries-bom",
"^com.google.cloud.samples:shared-configuration"
],
Expand Down