Skip to content

Commit

Permalink
Disable GPG signing of commits by CI for now
Browse files Browse the repository at this point in the history
(there is no gpg keyphrase available to git)

Signed-off-by: Sjoerd Talsma <sjoerd@talsma-ict.nl>
  • Loading branch information
sjoerdtalsma committed Jun 6, 2019
1 parent 810cad6 commit eef8ac9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ before_install:
# allocate commits by travis to the CI user
- git config user.name "Talsma CI"
- git config user.email "ci-user@talsma-ict.nl"
- git config commit.gpgsign true
# setup https authentication credentials for github, used by ./mvnw release:prepare
- git config credential.helper "store --file=.git/credentials"
- echo "https://$GH_TOKEN:@github.com" > .git/credentials
Expand Down

0 comments on commit eef8ac9

Please sign in to comment.