From f8ebce1d4928d3b386c07766e9fe4a8f16dc6edf Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Sun, 5 Nov 2017 20:46:56 -0800 Subject: [PATCH] Fix build and test setup for dev images. --- .circleci/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4cf7973..2f3801f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,10 +57,10 @@ workflows: - build: context: org-global - push-dev: - jobs: - - build: - context: org-global - filters: - branches: - only: master + push-dev: + jobs: + - build: + context: org-global + filters: + branches: + only: master