Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 82c5dab

Browse files
committed
Disable pager in git diff.
Signed-off-by: Ben Kochie <[email protected]>
1 parent cc644b6 commit 82c5dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
tar -zvxf git-chglog.tar.gz git-chglog && \
7171
chmod 755 git-chglog
7272
- run: ./git-chglog --output CHANGELOG.md --next-tag "${NEW_TAG}"
73-
- run: git diff
73+
- run: git --no-pager diff
7474
- run: git add CHANGELOG.md
7575
- run: git commit -m "[ci skip] Automatic changelog update"
7676
- run: git push "https://${GH_TOKEN}:@github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}.git" || circleci-agent step halt

0 commit comments

Comments
 (0)