From 67eec835a3189d716993b9a389db41c4e08b10aa Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 19:12:16 +0000 Subject: [PATCH] build: remove errant comma (#1113) (#53) Source-Link: https://github.com/googleapis/synthtool/commit/41ccd8cd13ec31f4fb839cf8182aea3c7156e19d Post-Processor: gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:c9c7828c165b1985579098978877935ee52dda2b1b538087514fd24fa2443e7a --- packages/google-devtools-artifactregistry/.trampolinerc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-devtools-artifactregistry/.trampolinerc b/packages/google-devtools-artifactregistry/.trampolinerc index d4fcb894483..5fc2253137d 100644 --- a/packages/google-devtools-artifactregistry/.trampolinerc +++ b/packages/google-devtools-artifactregistry/.trampolinerc @@ -20,7 +20,7 @@ required_envvars+=( # Add env vars which are passed down into the container here. pass_down_envvars+=( - "AUTORELEASE_PR", + "AUTORELEASE_PR" "VERSION" )