split into alpine/ubuntu
This commit is contained in:
parent
40506d7a70
commit
af25909917
|
@ -8,7 +8,7 @@ jobs:
|
||||||
path: ~/repo
|
path: ~/repo
|
||||||
- run:
|
- run:
|
||||||
name: Build Postal Docker Container
|
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:
|
- run:
|
||||||
name: Skip this job for Pull Requests
|
name: Skip this job for Pull Requests
|
||||||
command: '[[ -v CIRCLE_PR_NUMBER ]] && circleci step halt || true'
|
command: '[[ -v CIRCLE_PR_NUMBER ]] && circleci step halt || true'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user