Skip to content

Commit

Permalink
try without quotation
Browse files Browse the repository at this point in the history
  • Loading branch information
punchdrunker committed Dec 31, 2017
1 parent 71f67cc commit a35f642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -29,11 +29,11 @@ jobs:
- run:
name: decrypt keystore
command: |
openssl aes-256-cbc -k "${KEYSTORE_DECRYPT_PASSWORD}" -d -in encrypted-droidkaigi-key -out release.keystore
openssl aes-256-cbc -k $KEYSTORE_DECRYPT_PASSWORD -d -in encrypted-droidkaigi-key -out release.keystore
- run:
name: decrypt json
command: |
openssl aes-256-cbc -k "${JSON_DECRYPT_PASSWORD}" -d -in encrypted-google-services.json -out google-services.json
openssl aes-256-cbc -k $JSON_DECRYPT_PASSWORD -d -in encrypted-google-services.json -out google-services.json
- run:
name: Test
command: ./gradlew --stacktrace test${APP_BUILD_TYPE^}
Expand Down

0 comments on commit a35f642

Please sign in to comment.