Skip to content

Commit

Permalink
Working on #539: Olympus upgrade between consecutive Travis CI builds…
Browse files Browse the repository at this point in the history
… fails
  • Loading branch information
Antonis committed Mar 14, 2017
1 parent d16d60d commit 86c7a08
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/build-olympus.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# For starters lets only create keychains in travis, since locally everything is setup already. But ultimately, we should create a separate new keychain locally to so that we can test that better
echo "-- TRAVIS: $TRAVIS"


# Let's keep debug.keystore decryption and installation only for Travis. Locally we have a working keystore that might be confusing to update
if [ ! -z "$TRAVIS" ]
then
# Decrypting certs and profiles (not sure if profiles actually need to be encrypted, but this is how others did it so I'm following the same route just to be on the safe side)
Expand All @@ -20,9 +20,7 @@ then
openssl aes-256-cbc -k "$FILE_ENCRYPTION_PASSWORD" -in scripts/keystore/${DEVELOPMENT_KEYSTORE}.enc -d -a -out scripts/certs/${DEVELOPMENT_KEYSTORE}

echo "-- Installing keystore"
ll ~/.android/

# Overwrite default keystore file only in travis, let's keep local builds separate for now
# Overwrite default keystore file only in travis
cp scripts/certs/${DEVELOPMENT_KEYSTORE} ~/.android/debug.keystore
fi

Expand Down

0 comments on commit 86c7a08

Please sign in to comment.