Skip to content

Commit

Permalink
Merge pull request #514 from cybercongress/ci-fix
Browse files Browse the repository at this point in the history
update repo name at changelog generator
  • Loading branch information
cyborgshead committed Apr 3, 2020
2 parents b39682c + 0970436 commit a48839b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- run:
name: Update Changelog
command: |
cid=$(docker run -d -it ferrarimarco/github-changelog-generator:1.14.3 -u cybercongress -p cyberd --exclude-tags-regex .*[.].*[.].*[.].* --token $CHANGELOG_GITHUB_TOKEN )
cid=$(docker run -d -it ferrarimarco/github-changelog-generator:1.14.3 -u cybercongress -p go-cyber --exclude-tags-regex .*[.].*[.].*[.].* --token $CHANGELOG_GITHUB_TOKEN )
docker attach $cid
docker cp $cid:/usr/local/src/your-app/CHANGELOG.md ./CHANGELOG.md
diff=$(git diff CHANGELOG.md)
Expand Down

0 comments on commit a48839b

Please sign in to comment.