Skip to content

Commit 48f7eca

Browse files
Squashed commit of the following:
commit ab7384e Author: Jeffrey Rennie <[email protected]> Date: Tue Aug 23 11:38:48 2022 -0700 fix: remove pip install statements (googleapis#1546) because the tools are already installed in the docker image as of googleapis/testing-infra-docker#227 commit 302667c Author: WhiteSource Renovate <[email protected]> Date: Tue Aug 23 19:50:28 2022 +0200 chore(deps): update dependency setuptools to v65.2.0 (googleapis#1541) Co-authored-by: Anthonios Partheniou <[email protected]> commit 6e9054f Author: WhiteSource Renovate <[email protected]> Date: Tue Aug 23 19:42:51 2022 +0200 chore(deps): update dependency nbconvert to v7 (googleapis#1543) Co-authored-by: Anthonios Partheniou <[email protected]> commit d229a12 Author: Alexander Fenster <[email protected]> Date: Mon Aug 22 15:04:53 2022 -0700 fix: update google-gax and remove obsolete deps (googleapis#1545) commit 13ce626 Author: Jeffrey Rennie <[email protected]> Date: Mon Aug 22 11:08:21 2022 -0700 chore: remove release config and script (googleapis#1540) We don't release to pypi anymore.
1 parent 0a5fa67 commit 48f7eca

File tree

7 files changed

+4
-63
lines changed

7 files changed

+4
-63
lines changed

.kokoro/release.cfg

Lines changed: 0 additions & 18 deletions
This file was deleted.

.kokoro/release.sh

Lines changed: 0 additions & 35 deletions
This file was deleted.

docker/owlbot/nodejs/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
4747
# Install dependencies used for post processing:
4848
# * gts/typescript are used for linting.
4949
# * google-gax is used for compiling protos.
50-
RUN cd /synthtool && mkdir node_modules && npm i [email protected] [email protected] [email protected] \
51-
52-
50+
RUN cd /synthtool && mkdir node_modules && npm i [email protected] [email protected] [email protected]
5351

5452
ENTRYPOINT [ "/bin/bash" ]
5553
CMD [ "/synthtool/docker/owlbot/nodejs/entrypoint.sh" ]

docker/owlbot/nodejs_mono_repo/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
4747
# Install dependencies used for post processing:
4848
# * gts/typescript are used for linting.
4949
# * google-gax is used for compiling protos.
50-
RUN cd /synthtool && mkdir node_modules && npm i [email protected] [email protected] [email protected] \
51-
52-
50+
RUN cd /synthtool && mkdir node_modules && npm i [email protected] [email protected] [email protected]
5351

5452
ENTRYPOINT [ "/bin/bash" ]
55-
CMD [ "/synthtool/docker/owlbot/nodejs_mono_repo/entrypoint.sh" ]
53+
CMD [ "/synthtool/docker/owlbot/nodejs_mono_repo/entrypoint.sh" ]

synthtool/gcp/templates/node_library/.kokoro/publish.sh

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

synthtool/gcp/templates/node_library/.kokoro/release/docs.sh

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

synthtool/gcp/templates/python_notebooks_testing_pipeline/.cloud-build/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ipython==8.4.0
22
jupyter==1.0
3-
nbconvert==6.5.3
3+
nbconvert==7.0.0
44
papermill==2.4.0
55
numpy==1.23.2
66
pandas==1.4.3

0 commit comments

Comments
 (0)