From 22824c2e0861472aed59ccdd6a7d73d51c7b19a5 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Wed, 29 May 2019 10:02:30 +0200 Subject: [PATCH] Use Circle CI's org context (#5561) Signed-off-by: Simon Pasquier --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index affb6be3f..6b5b0bb65 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -126,6 +126,7 @@ workflows: tags: only: /.*/ - docker_hub_master: + context: org-context requires: - test - build @@ -133,6 +134,7 @@ workflows: branches: only: master - docker_hub_release_tags: + context: org-context requires: - test - build @@ -150,5 +152,5 @@ workflows: only: - master jobs: - - makefile_sync - + - makefile_sync: + context: org-context