Skip to content

Commit

Permalink
[skip travis] Updated travisCI to tryfix releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Moghrabi committed Nov 6, 2019
1 parent 3702d8d commit c33e731
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deploy:
branch: develop
name: $project_version
before_install:
- echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import
- echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import --no-tty --batch
- echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust
install:
mvn --settings .maven.xml install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,12 @@
</goals>
</execution>
</executions>
<configuration>
<gpgarguments>
<gpgargument>--pinentry-mode</gpgargument>
<gpgargument>loopback</gpgargument>
</gpgarguments>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit c33e731

Please sign in to comment.