Skip to content

Commit

Permalink
write key to key path
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseaidev committed Mar 14, 2024
1 parent a7bedf3 commit 19abf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aliases:
name: Setup Environment Variables
command: |
mkdir -p "$(dirname "${KEY_PATH}")" && touch "${KEY_PATH}"
echo export KEY=${KEY} >> ${KEY_PATH}
echo ${KEY} >> ${KEY_PATH}
jobs:
testing:
Expand Down

0 comments on commit 19abf31

Please sign in to comment.