diff --git a/.circleci/config.yml b/.circleci/config.yml index a5b17ab..d91cf07 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,6 +65,7 @@ workflows: all: jobs: - all: + context: common-env filters: branches: ignore: @@ -72,6 +73,7 @@ workflows: master: jobs: - master: + context: common-env filters: branches: only: master @@ -84,6 +86,7 @@ workflows: only: master jobs: - all: + context: common-env filters: branches: only: master