Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Commit

Permalink
Fix travisci deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
th0br0 committed Oct 24, 2017
1 parent 3fc2fd5 commit 9c2eb1b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ deploy:
file_glob: true
file: target/*.jar*
skip_cleanup: true
before_deploy:
- openssl aes-256-cbc -K $encrypted_5a15fa813cca_key -iv $encrypted_5a15fa813cca_iv -in codesigning.asc.enc -out codesigning.asc -d
- gpg --fast-import codesigning.asc
deploy:
- mvn package -P build-extras
before_deploy: openssl aes-256-cbc -K $encrypted_5a15fa813cca_key -iv $encrypted_5a15fa813cca_iv -in codesigning.asc.enc -out codesigning.asc -d && gpg --fast-import codesigning.asc
deploy: mvn package -P build-extras
on:
tags: true
repo: iotaledger/iri
Expand Down

0 comments on commit 9c2eb1b

Please sign in to comment.