Skip to content

Commit d51b4a9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cf402c7 commit d51b4a9

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

docs/source/deployment/how.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ main.
7878
folder. This will print out a URL that describes the changes made to both
7979
BinderHub and repo2docker.
8080
4. Make a PR to the `main` branch with the changes you want.
81-
8281
- Name the PR like so: `<TOOL-CHANGED>: <OLD-HASH>...<NEW-HASH>`
8382
- In the description of the PR, paste the full URL that you printed out
8483
`list_new_commits.py`. It should have the following form:

docs/source/deployment/what.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ All **Stage 1** failures can be attributed to one of the following causes:
7070
but to restart the Travis Build.
7171

7272
If a restart also fails, there are two possible reasons:
73-
7473
1. Travis is having some infrastructure issues. Check the [Travis Status Page](https://www.traviscistatus.com/)
7574
to see if this is the case.
7675
2. The method we are using to install any of these bits of software is

docs/source/operation_guide/command_snippets.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ To pre-emptively bump the cluster size beyond current occupancy, follow these st
298298

299299
- Increase autoscaler minimum size. (note this will lead to a brief period where
300300
the kubernetes API is not available.)
301-
302301
- Go to https://console.cloud.google.com/
303302
- Click "Kubernetes engine" -> "edit" button
304303
- Under "Node Pools" find the "minimum size" field and update it.

mybinder/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ binderhub:
132132
- ^ajiBal/.*
133133
- ^wyattsanchez54/.*
134134
- ^walterpowell201/.*
135-
high_quota_specs:
136-
[]
135+
high_quota_specs: []
137136
# - ^jupyterlab/.*
138137
# - ^jupyter/.*
139138
# - ^jupyterhub/.*

0 commit comments

Comments
 (0)