File tree Expand file tree Collapse file tree
docker/owlbot/nodejs_mono_repo Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ ENV SYNTHTOOL_TEMPLATES="/synthtool/synthtool/gcp/templates"
126126# Copy synthtool source code and associated Docker files.
127127COPY synthtool /synthtool/synthtool
128128COPY docker /synthtool/docker
129- # COPY post-processor-changes.txt /post-processor-changes.txt
129+ COPY post-processor-changes.txt /post-processor-changes.txt
130130
131131# Update file permissions to prevent errors for non-root users.
132132RUN find /synthtool -exec chmod a+r {} \; && \
@@ -150,6 +150,7 @@ RUN npm i gts@6.0.2 google-gax@5.1.0-rc.1 \
150150# Switch back to root if needed for subsequent steps.
151151USER root
152152
153+ ENV PATH="/synthtool/node_modules/.bin:${PATH}"
153154# ... (any other commands that require root access) ...
154155
155156ENTRYPOINT [ "/bin/bash" , "/synthtool/docker/owlbot/nodejs_mono_repo/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments