File tree Expand file tree Collapse file tree 3 files changed +28
-10
lines changed
packages/google-cloud-ndb/.kokoro Expand file tree Collapse file tree 3 files changed +28
-10
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,6 @@ set -eo pipefail
1818
1919cd github/python-ndb
2020
21- # Need enchant for spell check
22- sudo apt-get update
23- sudo apt-get -y install dictionaries-common aspell aspell-en \
24- hunspell-en-us libenchant1c2a enchant
25-
2621# Need enchant for spell check
2722sudo apt-get update
2823sudo apt-get -y install dictionaries-common aspell aspell-en \
Original file line number Diff line number Diff line change 11#! /bin/bash
2+ # Copyright 2020 Google LLC
3+ #
4+ # Licensed under the Apache License, Version 2.0 (the "License");
5+ # you may not use this file except in compliance with the License.
6+ # You may obtain a copy of the License at
7+ #
8+ # https://www.apache.org/licenses/LICENSE-2.0
9+ #
10+ # Unless required by applicable law or agreed to in writing, software
11+ # distributed under the License is distributed on an "AS IS" BASIS,
12+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ # See the License for the specific language governing permissions and
14+ # limitations under the License.
15+
216
317set -eo pipefail
418
@@ -7,11 +21,6 @@ export PYTHONUNBUFFERED=1
721
822cd github/python-ndb
923
10- # Need enchant for spell check
11- sudo apt-get update
12- sudo apt-get -y install dictionaries-common aspell aspell-en \
13- hunspell-en-us libenchant1c2a enchant
14-
1524# Need enchant for spell check
1625sudo apt-get update
1726sudo apt-get -y install dictionaries-common aspell aspell-en \
Original file line number Diff line number Diff line change 11#! /bin/bash
2+ # Copyright 2020 Google LLC
3+ #
4+ # Licensed under the Apache License, Version 2.0 (the "License");
5+ # you may not use this file except in compliance with the License.
6+ # You may obtain a copy of the License at
7+ #
8+ # https://www.apache.org/licenses/LICENSE-2.0
9+ #
10+ # Unless required by applicable law or agreed to in writing, software
11+ # distributed under the License is distributed on an "AS IS" BASIS,
12+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ # See the License for the specific language governing permissions and
14+ # limitations under the License.
15+
216
317set -eo pipefail
418
You can’t perform that action at this time.
0 commit comments