Skip to content

Commit

Permalink
EPNG-7964 - test to just upload jars to stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Spalek committed Mar 10, 2021
1 parent 12567bd commit 6ab2db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ script: "./gradlew clean build jacocoTestReport coveralls"
before_install:
- openssl aes-256-cbc -K $encrypted_c2f58914b0fd_key -iv $encrypted_c2f58914b0fd_iv -in secret-keys.gpg.enc -out secret-keys.gpg -d
after_success:
- ./gradlew publish -i closeRepository
- ./gradlew publish -i
env:
global:
- CI_NAME=travis-ci
Expand Down

0 comments on commit 6ab2db9

Please sign in to comment.