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.
2 parents 28e8c9c + 52af360 commit a45e0daCopy full SHA for a45e0da
.circleci/config.yml
@@ -3,6 +3,9 @@ jobs:
3
tests:
4
docker:
5
- image: circleci/python:3.7.6
6
+ auth:
7
+ username: $DOCKER_USER
8
+ password: $DOCKER_PAT
9
working_directory: /tmp/tests
10
environment:
11
- OSF_MIRROR_PATH: /tmp/data/templateflow
@@ -201,13 +204,17 @@ workflows:
201
204
build_test_deploy:
202
205
jobs:
203
206
- tests:
207
+ context:
208
+ - nipreps-common
209
filters:
210
branches:
211
ignore:
212
- /docs?\/.*/
213
tags:
214
only: /.*/
215
- deploy_pypi:
216
217
218
requires:
219
- build_docs
220
@@ -233,4 +240,6 @@ workflows:
233
240
only:
234
241
- master
235
242
236
- - tests
243
+ - tests:
244
245
0 commit comments