From c4e3ca56e72a7636e81bb6142f74aaa87d7266d6 Mon Sep 17 00:00:00 2001 From: Casey Lee Date: Fri, 10 Aug 2018 17:48:45 +0000 Subject: [PATCH] remove unecessary pipeline config --- mu.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/mu.yml b/mu.yml index baedfc0..af5b193 100644 --- a/mu.yml +++ b/mu.yml @@ -3,10 +3,4 @@ environments: - name: acceptance provider: ecs-fargate - name: production - provider: ecs-fargate -service: - pipeline: - acceptance: - disabled: true - production: - disabled: true \ No newline at end of file + provider: ecs-fargate \ No newline at end of file