From 1f07b0fa33ccacab19572c7a9416b300f9a2d013 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Mon, 15 Oct 2018 16:04:19 -0400 Subject: [PATCH] Revert "Deploy this branch" This reverts commit 2e4a8520a9a1f8a21ac5d2148f9902755663a850. `master` will now be deployed. --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d23e3aa2..c22dbf93 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -86,7 +86,7 @@ jobs: name: "Load Cache: CRLs" keys: - disa-crls-v2 - - run: + - run: name: "Update CRLs" command: ./script/sync-crls - save_cache: @@ -208,10 +208,10 @@ workflows: - test filters: branches: - only: circleci-cd-rebased + only: master - deploy: requires: - build_and_push_image filters: branches: - only: circleci-cd-rebased + only: master