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'