Skip to content

Commit 845e762

Browse files
build: update common.sh (#3707)
Fixes #1502 Source-Link: googleapis/synthtool@26ea255 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:7a9a7eb50ca2af5bfffab3abd2f38d408735c990a74bacf9b7fde2af0a086a0b Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 6522923 commit 845e762

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:fc52b202aa298a50a12c64efd04fea3884d867947effe2fa85382a246c09e813
17-
# created: 2022-04-06T16:30:03.627422514Z
16+
digest: sha256:7a9a7eb50ca2af5bfffab3abd2f38d408735c990a74bacf9b7fde2af0a086a0b
17+
# created: 2022-08-01T15:27:14.757266067Z

.kokoro/common.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,6 @@ function retry_with_backoff {
5555
## Helper functionss
5656
function now() { date +"%Y-%m-%d %H:%M:%S" | tr -d '\n'; }
5757
function msg() { println "$*" >&2; }
58-
function println() { printf '%s\n' "$(now) $*"; }
58+
function println() { printf '%s\n' "$(now) $*"; }
59+
60+
## Helper comment to trigger updated repo dependency release

0 commit comments

Comments
 (0)