Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d3d3ce8

Browse filesBrowse 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
Copy full SHA for d3d3ce8

File tree

Expand file treeCollapse file tree

2 files changed

+3
-5
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-5
lines changed

‎.kokoro/release.sh

Copy file name to clipboardExpand all lines: .kokoro/release.sh
-2Lines 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

Copy file name to clipboardExpand all lines: synth.metadata
+3-3Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.