From 6b29562dd5ba712eb475139d5550c25374297e17 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 28 May 2020 15:47:55 -0700 Subject: [PATCH] chore: remove extra bash line (#16) --- .kokoro/release.sh | 2 -- synth.metadata | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.kokoro/release.sh b/.kokoro/release.sh index fd48b1c..5ed32f7 100755 --- a/.kokoro/release.sh +++ b/.kokoro/release.sh @@ -13,8 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -#!/bin/bash - set -eo pipefail # Start the releasetool reporter diff --git a/synth.metadata b/synth.metadata index e7e28fa..1f9a472 100644 --- a/synth.metadata +++ b/synth.metadata @@ -3,15 +3,15 @@ { "git": { "name": ".", - "remote": "git@github.com:googleapis/python-runtimeconfig", - "sha": "3256918855326b4975f9e5136b21e005c122f611" + "remote": "https://github.com/googleapis/python-runtimeconfig.git", + "sha": "a91620b0b343063865d5e22748e8cefcb85a3e7e" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "c585ac3b5eff5cd2097a5315ffd9cf4823cc1ed2" + "sha": "274dd49554809834287c24b6dd324a85283f1182" } } ]