From 13a45a97ea768535c7f6381a4ebfd0a50ca241b2 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Thu, 5 Jan 2023 11:11:17 +0100 Subject: [PATCH] fix: setup CircleCI context --- .circleci/config.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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: