Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
Fixed user name used by pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalwrzeszcz committed Apr 3, 2019
1 parent 7b51e2d commit 02f69d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ after_script: "mvn -e coveralls:report"

before_deploy:
- "eval \"$(ssh-agent -s)\""
- "git config user.stackSetName \"Travis CI\""
- "git config user.name \"Travis CI\""
- "git config user.email \"office@wrzasq.pl\""
- "openssl aes-256-cbc -md sha256 -k \"${SECRET}\" -in .travis/gpg_key.enc -out .travis/gpg_key -d"
- "openssl aes-256-cbc -md sha256 -k \"${SECRET}\" -in .travis/id_rsa.enc -out .travis/id_rsa -d"
Expand Down
2 changes: 1 addition & 1 deletion .travis/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ REPO=$(git config remote.origin.url)
SSH_REPO=${REPO/https:\/\/github.com\//git@github.com:}

# prevent looping
if [ "${TRAVIS_COMMIT_MESSAGE:0:6}" == "[auto]" ] ; then
if [[ "${TRAVIS_COMMIT_MESSAGE:0:6}" == "[auto]" ]] ; then
exit
fi

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>pl.wrzasq.parent</groupId>
<artifactId>parent-opensource</artifactId>
<version>1.0.6</version>
<version>1.0.8</version>
</parent>

<!-- project meta info -->
Expand Down

0 comments on commit 02f69d9

Please sign in to comment.