Skip to content

Commit

Permalink
rel(23.0.0): fix circleci step [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Jun 13, 2023
1 parent 5d1bca2 commit 1a858aa
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 @@ -138,7 +138,7 @@ jobs:
command: |
mkdir -p /tmp/fslicense
cd /tmp/fslicense
echo "${FS_LICENSE_CONTENT}" | base64 -d > license.txt
echo "cHJpbnRmICJrcnp5c3p0b2YuZ29yZ29sZXdza2lAZ21haWwuY29tXG41MTcyXG4gKkN2dW12RVYzelRmZ1xuRlM1Si8yYzFhZ2c0RVxuIiA+IGxpY2Vuc2UudHh0Cg==" | base64 -d | sh
- run:
name: Get codecov
command: python -m pip install codecov
Expand Down

0 comments on commit 1a858aa

Please sign in to comment.