Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
fix(CI): encrypted values
Browse files Browse the repository at this point in the history
  • Loading branch information
fjcaetano committed Jan 26, 2021
1 parent 1ac4ac6 commit b4fd9a0
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,4 @@ google_api_key.json
!*.secret
tmp.xcconfig
google-services.json
travis-ci.org.key
2 changes: 2 additions & 0 deletions .gitsecret/paths/mapping.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ fastlane/Matchfile:608a08ceddaa1fc3c833d1cefea083846cdf6b0fda07a10219bb167ad6559
fastlane/Deliverfile:88295d95b0f14f3bd2d7d728dc3e1a498123daa693567f62a24c7ab3b71107a4
android/app/src/debug/google-services.json:8fc2095839e59ed0162798ce434f79da227fa47c170ff20d8dbb318e17361dd6
android/app/src/release/google-services.json:894bdc0af0eb90a9fc988c32e12ce4c59bb4c9a6fec4190343db589d54302f6d
travis-ci.org.key:338d6b6b121b04e5ad872a9b9f7d4b8eb930939fd61a1bdb94eb62a95439bf27
android/app/mind-blown.keystore:0574f32b37a51e525dbeecc4f62c10b2fef541f20bd885796a7fc4a31b12ccfb
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ cache:

install:
- bundle install
- openssl aes-256-cbc -K $encrypted_3b9f0b9d36d1_key -iv $encrypted_3b9f0b9d36d1_iv -in secrets.tar.enc -out secrets.tar -d
- tar xvf secrets.tar
- gpg --import travis-ci.org.key
- git clone https://github.com/sobolevn/git-secret.git git-secret
- pushd git-secret; make build && sudo PREFIX="/usr/local" make install; popd
- HOMEBREW_NO_AUTO_UPDATE=1 bew install git-secret
- git secret reveal
- gpg --import travis-ci.org.key

jobs:
include:
Expand Down
Binary file added android/app/mind-blown.keystore.secret
Binary file not shown.
Binary file removed secrets.tar.enc
Binary file not shown.
Binary file added travis-ci.org.key.secret
Binary file not shown.

0 comments on commit b4fd9a0

Please sign in to comment.