Skip to content

Commit 96a3014

Browse files
committed
Debugging script
1 parent a484c1b commit 96a3014

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/decrypt-secrets.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
# Following this guide to encrypt / decrypt files
44
# https://github.com/circleci/encrypted-files
55

6+
ls -al .circleci/
7+
echo $ANDROID_NETWORK_TOOLS_DECRYPTKEY1
8+
69
openssl aes-256-cbc -d -in .circleci/key.p12.enc -out key.p12 -k $ANDROID_NETWORK_TOOLS_DECRYPTKEY1

0 commit comments

Comments
 (0)