Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ci: enhance version log (#429)
  • Loading branch information
Shohei Ueda authored and GitHub 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
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.