Skip to content

Commit

Permalink
chore: remove extra bash line (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed May 28, 2020
1 parent a91620b commit 6b29562
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .kokoro/release.sh
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -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"
}
}
]
Expand Down

0 comments on commit 6b29562

Please sign in to comment.