Skip to content

Commit

Permalink
build: update .OwlBot.lock with new version of post-processor (google…
Browse files Browse the repository at this point in the history
…apis#451)

This PR updates the docker container used for OwlBot. This container performs post-processing tasks when pull-requests are opened on your repository, such as:

* copying generated files into place.
* generating common files from templates.

Version sha256:22b6fd508988c7d8b1506f8e78451f7a5985b30516dc9742e00930019411269e was published at 2021-04-15T22:55:57.958Z.
  • Loading branch information
gcf-owl-bot[bot] authored Apr 19, 2021
1 parent 1d65365 commit 08624c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java-resourcemanager/.github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docker:
digest: sha256:b3c6a25dc0b7474ef211b01aac777f24efa3cb97ef04d22f886b2b78f55744d8
digest: sha256:22b6fd508988c7d8b1506f8e78451f7a5985b30516dc9742e00930019411269e
image: gcr.io/repo-automation-bots/owlbot-java:latest
2 changes: 1 addition & 1 deletion java-resourcemanager/.kokoro/release/snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ grep SNAPSHOT versions.txt
setup_environment_secrets
create_settings_xml_file "settings.xml"

mvn clean install deploy -B \
mvn clean deploy -B \
--settings ${MAVEN_SETTINGS_FILE} \
-DperformRelease=true \
-Dgpg.executable=gpg \
Expand Down
2 changes: 1 addition & 1 deletion java-resourcemanager/.kokoro/release/stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ create_settings_xml_file "settings.xml"

# attempt to stage 3 times with exponential backoff (starting with 10 seconds)
retry_with_backoff 3 10 \
mvn clean install deploy -B \
mvn clean deploy -B \
--settings ${MAVEN_SETTINGS_FILE} \
-DskipTests=true \
-DperformRelease=true \
Expand Down

0 comments on commit 08624c5

Please sign in to comment.