Skip to content

Commit

Permalink
pipe added and retrive original commands
Browse files Browse the repository at this point in the history
  • Loading branch information
minepicco committed Jun 11, 2024
1 parent 2010bdc commit 12ea1ca
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,10 @@ jobs:

- run:
name: export KEY envs
command:
# echo $ATTEST_KEY_B64 | base64 -d | tr -d '\r' > key.pem
# echo $ATTEST_CERT_B64 | base64 -d | tr -d '\r' > cert.pem
# echo $ATTEST_CA_B64 | base64 -d | tr -d '\r' > ca.pem
echo $ATTEST_KEY_B64 | base64 -d > key.pem
echo $ATTEST_CERT_B64 | base64 -d > cert.pem
echo $ATTEST_CA_B64 | base64 -d > ca.pem
command: |
echo $ATTEST_KEY_B64 | base64 -d | tr -d '\r' > key.pem
echo $ATTEST_CERT_B64 | base64 -d | tr -d '\r' > cert.pem
echo $ATTEST_CA_B64 | base64 -d | tr -d '\r' > ca.pem
printenv
- run:
Expand Down

0 comments on commit 12ea1ca

Please sign in to comment.