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

Commit 88c8554

Browse files
committed
Fixup git-chglog.
Don't pass workdir explicitly. Signed-off-by: Ben Kochie <[email protected]>
1 parent a1ebee8 commit 88c8554

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ jobs:
6060
fi
6161
- run: |
6262
docker run -it --rm \
63-
-v "$(pwd):/workdir" \
64-
-w "/workdir" \
63+
-v "${PWD}:/workdir" \
6564
quay.io/git-chglog/git-chglog \
6665
--output CHANGELOG.md \
6766
--next-tag "${NEW_TAG}"

0 commit comments

Comments
 (0)