Skip to content

Commit

Permalink
chore: remove extra bash line (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored May 28, 2020
1 parent f193bf1 commit 6e28475
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 0 additions & 2 deletions packages/google-cloud-access-approval/.kokoro/publish-docs.sh
Original file line number Diff line number Diff line change
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

# Disable buffering, so that the logs stream through.
Expand Down
2 changes: 0 additions & 2 deletions packages/google-cloud-access-approval/.kokoro/release.sh
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -1351,8 +1351,7 @@
{
"DESCRIPTOR": _APPROVALREQUEST,
"__module__": "google.cloud.accessapproval_v1.proto.accessapproval_pb2",
"__doc__": """A request for the customer to approve access to a
resource.
"__doc__": """A request for the customer to approve access to a resource.
Attributes:
Expand Down Expand Up @@ -1435,7 +1434,8 @@
{
"DESCRIPTOR": _ACCESSAPPROVALSETTINGS,
"__module__": "google.cloud.accessapproval_v1.proto.accessapproval_pb2",
"__doc__": """Settings on a Project/Folder/Organization related to Access Approval.
"__doc__": """Settings on a Project/Folder/Organization related to
Access Approval.
Attributes:
Expand Down
4 changes: 2 additions & 2 deletions packages/google-cloud-access-approval/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-access-approval.git",
"sha": "6516e44eaab81987d606b6f04ae716eaa64d8ed4"
"sha": "33ea141a3fbd4c5b6ffd1e5954990d9a24face3a"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "4fa923bd3dafb91df8613accbe2230299cc5b98e"
"sha": "d2364eb80b840a36136c8ce12f1c6efabcc9600e"
}
}
],
Expand Down

0 comments on commit 6e28475

Please sign in to comment.