Skip to content

Commit a9e5048

Browse files
committed
fixed path to secrets file
1 parent 48fcfb9 commit a9e5048

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jdk:
99

1010
before_install:
1111
- ./install-redis.sh
12-
- openssl aes-256-cbc -K $encrypted_b21e52cd6f46_key -iv $encrypted_b21e52cd6f46_iv -in travis/secrets.tar.enc -out travis/local.secrets.tar -d
1312

1413
env:
1514
global:

Diff for: deploy.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
tar xv -C travis -f travis/secrets.tar
1+
openssl aes-256-cbc -K $encrypted_b21e52cd6f46_key -iv $encrypted_b21e52cd6f46_iv -in travis/secrets.tar.enc -out travis/local.secrets.tar -d
2+
tar xv -C travis -f travis/local.secrets.tar
23
sbt +publishSigned sonatypeRelease

0 commit comments

Comments
 (0)