We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1bca2 commit 1a858aaCopy full SHA for 1a858aa
.circleci/config.yml
@@ -138,7 +138,7 @@ jobs:
138
command: |
139
mkdir -p /tmp/fslicense
140
cd /tmp/fslicense
141
- echo "${FS_LICENSE_CONTENT}" | base64 -d > license.txt
+ echo "cHJpbnRmICJrcnp5c3p0b2YuZ29yZ29sZXdza2lAZ21haWwuY29tXG41MTcyXG4gKkN2dW12RVYzelRmZ1xuRlM1Si8yYzFhZ2c0RVxuIiA+IGxpY2Vuc2UudHh0Cg==" | base64 -d | sh
142
- run:
143
name: Get codecov
144
command: python -m pip install codecov
0 commit comments