From 4f343512f19c6d68fb135191df10bfef46a424cc Mon Sep 17 00:00:00 2001 From: warren-veerasingam Date: Tue, 22 May 2018 16:26:49 -0500 Subject: [PATCH] missing colon --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 893c553c..a520de01 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,6 +54,6 @@ workflows: - test: requires: - build - - deployment + - deployment: requires: - test