You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are experiencing this issue again. This issue was originally posted here: Originally posted by @efueger in #396 (comment)
We have a dockerfile (actually over 100) with these lines
# Fetch code climate binary
RUN curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
RUN chmod +x ./cc-test-reporter
# Notify code climate a build is starting
RUN ./cc-test-reporter before-build
RUN npm run lint && npm run test-coverage
I'm all of a sudden getting this error when trying to deploy my app.
Step 18/35 : RUN ./cc-test-reporter before-build
---> Running in 7c747687630e
./cc-test-reporter: line 1: can't open html: no such file
./cc-test-reporter: line 2: syntax error: unexpected redirection
The command '/bin/sh -c ./cc-test-reporter before-build' returned a non-zero code: 2
make: *** [build] Error 2
Could you please look into this again. This is blocker for devs right now.
The text was updated successfully, but these errors were encountered:
Hi Folks,
We are experiencing this issue again. This issue was originally posted here:
Originally posted by @efueger in #396 (comment)
We have a dockerfile (actually over 100) with these lines
I'm all of a sudden getting this error when trying to deploy my app.
Could you please look into this again. This is blocker for devs right now.
The text was updated successfully, but these errors were encountered: