Skip to content

Commit

Permalink
Remove retry description
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Nov 10, 2017
1 parent be527bf commit 1ba5907
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ RUN bash /tmp/env-config.sh
# and should only change as often as the dependencies
# change. This layer should allow for final build times
# to be limited only by the Calypso build speed.
#
# Sometimes "npm install" fails the first time when the
# cache is empty, so we retry once if it failed
COPY ./package.json ./npm-shrinkwrap.json /calypso/
RUN true \
&& npm install --production \
Expand Down

0 comments on commit 1ba5907

Please sign in to comment.