-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove compile protos from post processor (#1899)
* chore: remove compile protos from post processor
- Loading branch information
Showing
5 changed files
with
2 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,8 +51,7 @@ RUN find /synthtool -type d -exec chmod a+x {} \; | |
|
||
# Install dependencies used for post processing: | ||
# * gts/typescript are used for linting. | ||
# * google-gax and gapic-tools are used for compiling protos. | ||
RUN cd /synthtool && mkdir node_modules && npm i [email protected] [email protected] \ | ||
[email protected] @google-cloud/[email protected] [email protected] | ||
RUN cd /synthtool && mkdir node_modules && npm i [email protected] \ | ||
[email protected] @google-cloud/[email protected] | ||
|
||
ENTRYPOINT [ "/bin/bash", "/synthtool/docker/owlbot/nodejs_mono_repo/entrypoint.sh" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters