8000 chore(python): remove one remaining extra bash line (#565) (#4) · googleapis/python-test-utils@d3d3ce8 · GitHub
[go: up one dir, main page]

Skip to content

Commit d3d3ce8

Browse files
chore(python): remove one remaining extra bash line (#565) (#4)
To avoid generating bogus PRs Co-authored-by: Jeffrey Rennie <rennie@google.com> Source-Author: Carlos de la Guardia <cguardia@yahoo.com> Source-Date: Tue May 19 11:57:19 2020 -0500 Source-Repo: googleapis/synthtool Source-Sha: d2364eb80b840a36136c8ce12f1c6efabcc9600e Source-Link: googleapis/synthtool@d2364eb
1 parent 9e454e3 commit d3d3ce8

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.kokoro/release.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
#!/bin/bash
17-
1816
set -eo pipefail
1917

2018
# Start the releasetool reporter

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "git@github.com:googleapis/python-test-utils.git",
7-
"sha": "db6a704119c62ae7d56b5028b4d754efb0a31969"
6+
"remote": "https://github.com/googleapis/python-test-utils.git",
7+
"sha": "9e454e34f6785bda65e2fc5310396f9e149d7b41"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "716f741f2d307b48cbe8a5bc3bc883571212344a"
14+
"sha": "d2364eb80b840a36136c8ce12f1c6efabcc9600e"
1515
}
1616
}
1717
]

0 commit comments

Comments
 (0)
0