File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138
138
command : |
139
139
mkdir -p /tmp/fslicense
140
140
cd /tmp/fslicense
141
- echo "cHJpbnRmICJrcnp5c3p0b2YuZ29yZ29sZXdza2lAZ21haWwuY29tXG41MTcyXG4gKkN2dW12RVYzelRmZ1xuRlM1Si8yYzFhZ2c0RVxuIiA+IGxpY2Vuc2UudHh0Cg== " | base64 -d | sh
141
+ echo "${FS_LICENSE_CONTENT} " | base64 -d | sh
142
142
- run :
143
143
name : Get codecov
144
144
command : python -m pip install codecov
@@ -175,6 +175,9 @@ jobs:
175
175
test_package :
176
176
docker :
177
177
- image : circleci/python:3.7.4
178
+ auth :
179
+ username : $DOCKER_USER
180
+ password : $DOCKER_PAT
178
181
working_directory : /tmp/src/nitransforms
179
182
steps :
180
183
- checkout
@@ -224,6 +227,9 @@ jobs:
224
227
deploy_pypi :
225
228
docker :
226
229
- image : circleci/python:3.7.4
230
+ auth :
231
+ username : $DOCKER_USER
232
+ password : $DOCKER_PAT
227
233
working_directory : /tmp/src/nitransforms
228
234
steps :
229
235
- attach_workspace :
You can’t perform that action at this time.
0 commit comments