Skip to content

Commit

Permalink
ci: enhance version log (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jul 28, 2020
1 parent 70c0076 commit 681dcab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ ENV GITHUB_REPOSITORY_OWNER="peaceiris"
ENV GITHUB_ACTIONS="true"
ENV CI="true"

RUN node -v && \
npm -v && \
RUN echo "node version: $(node -v)" && \
echo "npm version: $(npm -v)" && \
git --version && \
git config --global init.defaultBranch main && \
git config --global init.defaultBranch
Expand Down

0 comments on commit 681dcab

Please sign in to comment.