We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00d9f0 commit 4662f5aCopy full SHA for 4662f5a
scripts/setup-prerequisites.bash
@@ -56,5 +56,6 @@ then
56
echo "-- Installing keystore"
57
# Overwrite default keystore file only in travis
58
cp scripts/certs/${DEVELOPMENT_KEYSTORE} ~/.android/${DEVELOPMENT_KEYSTORE} || exit 1
59
+ rm scripts/certs/${DEVELOPMENT_KEYSTORE} || exit 1
60
fi
61
0 commit comments