Skip to content

Commit 86c7a08

Browse files
author
Antonis
committed
Working on #539: Olympus upgrade between consecutive Travis CI builds fails
1 parent d16d60d commit 86c7a08

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scripts/build-olympus.bash

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# 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
1212
echo "-- TRAVIS: $TRAVIS"
1313

14-
14+
# Let's keep debug.keystore decryption and installation only for Travis. Locally we have a working keystore that might be confusing to update
1515
if [ ! -z "$TRAVIS" ]
1616
then
1717
# 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)
@@ -20,9 +20,7 @@ then
2020
openssl aes-256-cbc -k "$FILE_ENCRYPTION_PASSWORD" -in scripts/keystore/${DEVELOPMENT_KEYSTORE}.enc -d -a -out scripts/certs/${DEVELOPMENT_KEYSTORE}
2121

2222
echo "-- Installing keystore"
23-
ll ~/.android/
24-
25-
# Overwrite default keystore file only in travis, let's keep local builds separate for now
23+
# Overwrite default keystore file only in travis
2624
cp scripts/certs/${DEVELOPMENT_KEYSTORE} ~/.android/debug.keystore
2725
fi
2826

0 commit comments

Comments
 (0)