Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Revert "build: fix to set message"
Browse files Browse the repository at this point in the history
This reverts commit 1613127.
  • Loading branch information
Benjamin Reed committed Feb 6, 2020
1 parent 1613127 commit 1b2eba6
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 @@ -79,7 +79,7 @@ jobs:
git add -A
if [ `git diff HEAD | wc -l` -gt 0 ]; then
echo "code detected; committing updated dist/ as part of the merge"
git commit --amend -m 'automated merge from develop -> master'
git commit -a --amend
fi
git push
Expand Down

0 comments on commit 1b2eba6

Please sign in to comment.