Skip to content

Commit 8db7e81

Browse files
committed
fix: FS license
1 parent d72992e commit 8db7e81

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 | sh
141+
echo "${FS_LICENSE_CONTENT}" | base64 -d > license.txt
142142
- run:
143143
name: Get codecov
144144
command: python -m pip install codecov

0 commit comments

Comments
 (0)