Skip to content

Commit 4662f5a

Browse files
author
Antonis
committed
Working on #586: Check/implement what other CI/CD automation might be needed, fixed doc generation issueb
1 parent c00d9f0 commit 4662f5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/setup-prerequisites.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,6 @@ then
5656
echo "-- Installing keystore"
5757
# Overwrite default keystore file only in travis
5858
cp scripts/certs/${DEVELOPMENT_KEYSTORE} ~/.android/${DEVELOPMENT_KEYSTORE} || exit 1
59+
rm scripts/certs/${DEVELOPMENT_KEYSTORE} || exit 1
5960
fi
6061
fi

0 commit comments

Comments
 (0)