Skip to content

Commit

Permalink
ci: set env CI to true (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jul 25, 2020
1 parent 24d40fe commit eca3d9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ARG NODE_VERSION

FROM node:${NODE_VERSION}-buster-slim

SHELL ["/bin/bash", "-l", "-c"]
Expand All @@ -26,6 +25,8 @@ RUN wget -q "https://github.com/git/git/archive/v${GIT_VERSION}.tar.gz" && \
make all && \
make install

ENV CI="true"

WORKDIR /repo

CMD [ "bash" ]

0 comments on commit eca3d9d

Please sign in to comment.