Skip to content

Commit 49493b9

Browse files
author
arthosofteq
authored
Merge pull request #408 from RedisInsight/fix-dicicert
fix cert
2 parents 53b7513 + cd2ccbd commit 49493b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ jobs:
390390
name: Setup sign certificates
391391
command: |
392392
mkdir -p certs
393-
echo "$CSC_P12_HEX" | xxd -r -p > certs/cert.p12
394-
echo "$WIN_CSC_PFX_HEX" | xxd -r -p > certs/redislabs_win.pfx
393+
echo "$CSC_P12_BASE64" | base64 -id > certs/cert.p12
394+
echo "$WIN_CSC_PFX_BASE64" | base64 -id > certs/redislabs_win.pfx
395395
- persist_to_workspace:
396396
root: .
397397
paths:

0 commit comments

Comments
 (0)