split into alpine/ubuntu

This commit is contained in:
CatDeployed 2018-07-23 18:24:09 -04:00
parent 40506d7a70
commit af25909917

View File

@ -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'