Skip to content

Commit 1a858aa

Browse files
committed
rel(23.0.0): fix circleci step [skip ci]
1 parent 5d1bca2 commit 1a858aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
command: |
139139
mkdir -p /tmp/fslicense
140140
cd /tmp/fslicense
141-
echo "${FS_LICENSE_CONTENT}" | base64 -d > license.txt
141+
echo "cHJpbnRmICJrcnp5c3p0b2YuZ29yZ29sZXdza2lAZ21haWwuY29tXG41MTcyXG4gKkN2dW12RVYzelRmZ1xuRlM1Si8yYzFhZ2c0RVxuIiA+IGxpY2Vuc2UudHh0Cg==" | base64 -d | sh
142142
- run:
143143
name: Get codecov
144144
command: python -m pip install codecov

0 commit comments

Comments
 (0)