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 e81dfdf commit cd2ccbdCopy full SHA for cd2ccbd
.circleci/config.yml
@@ -390,8 +390,8 @@ jobs:
390
name: Setup sign certificates
391
command: |
392
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
+ echo "$CSC_P12_BASE64" | base64 -id > certs/cert.p12
+ echo "$WIN_CSC_PFX_BASE64" | base64 -id > certs/redislabs_win.pfx
395
- persist_to_workspace:
396
root: .
397
paths:
0 commit comments