We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f559c6 commit ce0d05eCopy full SHA for ce0d05e
src/ci/docker/host-x86_64/tidy/Dockerfile
@@ -28,7 +28,8 @@ COPY scripts/nodejs.sh /scripts/
28
RUN sh /scripts/nodejs.sh /node
29
ENV PATH="/node/bin:${PATH}"
30
31
-COPY host-x86_64/tidy/*.version /tmp/
+COPY host-x86_64/tidy/eslint.version /tmp/
32
+COPY host-x86_64/tidy/yarn.version /tmp/
33
34
COPY scripts/sccache.sh /scripts/
35
RUN sh /scripts/sccache.sh
0 commit comments