• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1if [ "$TRAVIS_REPO_SLUG" != "airbnb/lottie-android" ]; then
2  echo "Skipping decrypt because api keys are not available from forks."
3  exit 0
4fi
5openssl aes-256-cbc -K $encrypted_7f6a0d70974a_key -iv $encrypted_7f6a0d70974a_iv -in secrets.tar.enc -out secrets.tar -d
6tar xvf secrets.tar