From ce3351859448d5bf80a64566ee2a2b37e688c31f Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Thu, 5 Jan 2023 11:30:10 +0100 Subject: [PATCH] fix: setup CircleCI context --- .circleci/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index b0de6fa..4ddc2d5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,6 +6,9 @@ jobs: test_package: docker: - image: cimg/python:3.8.5 + auth: + username: $DOCKER_USER + password: $DOCKER_PAT working_directory: /tmp/src/mriqc_learn steps: - checkout @@ -70,6 +73,8 @@ workflows: build_deploy: jobs: - test_package: + context: + - nipreps-common filters: branches: ignore: /.*/ @@ -77,6 +82,8 @@ workflows: only: /.*/ - deploy_pypi: + context: + - nipreps-common requires: - test_package filters: