Skip to content

Commit

Permalink
Fix missing $ in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBessai committed Jul 12, 2018
1 parent 3abef7c commit b8bf8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- stage: deploy
jdk: openjdk8
script: |
openssl aes-256-cbc -K $encrypted_1f526027b32d_key -iv encrypted_1f526027b32d_iv -in travis/secrets.tar.enc -out travis/local.secrets.tar -d &&
openssl aes-256-cbc -K $encrypted_1f526027b32d_key -iv $encrypted_1f526027b32d_iv -in travis/secrets.tar.enc -out travis/local.secrets.tar -d &&
tar xv -C travis -f travis/local.secrets.tar &&
sbt +releaseEarly
env:
Expand Down

0 comments on commit b8bf8ef

Please sign in to comment.