Skip to content

Commit

Permalink
Fix Travis secret decrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscant committed Mar 26, 2020
1 parent c5d88f0 commit e1aaee1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ android:
- android-sdk-license-.+
- google-gdk-license-.+
before_install:
- openssl aes-256-cbc -K $encrypted_a57fb8741d35_key -iv $encrypted_a57fb8741d35_iv
-in app-secrets.tar.enc -out app-secrets.tar -d
- openssl aes-256-cbc -K $encrypted_a57fb8741d35_key -iv $encrypted_a57fb8741d35_iv
-in mobile/app-secrets.tar.enc -out mobile/app-secrets.tar -d
- tar xvf mobile/app-secrets.tar
Expand Down

0 comments on commit e1aaee1

Please sign in to comment.