Skip to content

Commit a3f2fb5

Browse files
authored
build: integrate changes from autosynth PR (googleapis#413)
refs googleapis#393
1 parent 601eb8e commit a3f2fb5

File tree

3 files changed

+28
-10
lines changed

3 files changed

+28
-10
lines changed

.kokoro/build.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ set -eo pipefail
1818

1919
cd 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
2722
sudo apt-get update
2823
sudo apt-get -y install dictionaries-common aspell aspell-en \

.kokoro/publish-docs.sh

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
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

317
set -eo pipefail
418

@@ -7,11 +21,6 @@ export PYTHONUNBUFFERED=1
721

822
cd 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
1625
sudo apt-get update
1726
sudo apt-get -y install dictionaries-common aspell aspell-en \

.kokoro/release.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
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

317
set -eo pipefail
418

0 commit comments

Comments
 (0)