From af25909917e84800d9d2f5516653a653f6132764 Mon Sep 17 00:00:00 2001 From: CatDeployed Date: Mon, 23 Jul 2018 18:24:09 -0400 Subject: [PATCH] split into alpine/ubuntu --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3649abe..d7e09ea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: path: ~/repo - run: name: Build Postal Docker Container - command: cd alpine && docker build -t catdeployed/postal:latest -t catdeployed/postal:alpine . + command: docker build -t catdeployed/postal:latest -t catdeployed/postal:alpine . - run: name: Skip this job for Pull Requests command: '[[ -v CIRCLE_PR_NUMBER ]] && circleci step halt || true'