diff --git a/.circleci/config.yml b/.circleci/config.yml index b8a71941..ae54cb71 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -216,7 +216,7 @@ jobs: command: | mkdir -p /tmp/fslicense cd /tmp/fslicense - echo "cHJpbnRmICJrcnp5c3p0b2YuZ29yZ29sZXdza2lAZ21haWwuY29tXG41MTcyXG4gKkN2dW12RVYzelRmZ1xuRlM1Si8yYzFhZ2c0RVxuIiA+IGxpY2Vuc2UudHh0Cg==" | base64 -d | sh + echo "${FS_LICENSE_CONTENT}" | base64 -d | sh - run: name: Create Nipype config files command: | @@ -717,6 +717,8 @@ workflows: build_test_deploy: jobs: - build: + context: + - nipreps-common filters: branches: ignore: @@ -725,6 +727,8 @@ workflows: only: /.*/ - get_data: + context: + - fs-license filters: branches: ignore: @@ -759,6 +763,8 @@ workflows: tags: only: /.*/ - test_deploy_pypi: + context: + - nipreps-common filters: branches: only: @@ -768,6 +774,8 @@ workflows: only: /.*/ - deploy_docker_patches: + context: + - nipreps-common requires: - build filters: @@ -786,6 +794,8 @@ workflows: only: /.*/ - deploy_docker: + context: + - nipreps-common requires: - deployable filters: @@ -795,6 +805,8 @@ workflows: only: /.*/ - deploy_pypi: + context: + - nipreps-common requires: - deployable filters: