Skip to content

Commit

Permalink
changelog: fix duplicated entries (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored May 10, 2021
1 parent d1ab5f7 commit e60a177
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .ci/docker/gren/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ RUN apt-get update -qq -y \
&& apt-get install -qq -y --no-install-recommends git \
&& rm -rf /var/lib/apt/lists/*

RUN npm install [email protected] -g
# Forced to use a previous version to group the releases by tags.
# See https://github.com/github-tools/github-release-notes/issues/279
RUN npm install [email protected] -g
WORKDIR /app

ENTRYPOINT [ "/app/.ci/docker/gren/entrypoint.sh" ]
ENTRYPOINT [ "/app/.ci/docker/gren/entrypoint.sh" ]

0 comments on commit e60a177

Please sign in to comment.