test build

This commit is contained in:
CatDeployed 2018-07-29 16:35:54 -04:00
parent f8a61838ae
commit 76403acf7c

View File

@ -25,6 +25,13 @@ jobs:
- run:
name: Build Postal Docker Container
command: docker build -t catdeployed/postal:ubuntu .
- run:
name: Export Container
command: mkdir workspace && cd workspace && docker save --output postal_alpine.tar catdeployed/postal:ubuntu
- persist_to_workspace:
root: workspace
paths:
- postal_ubuntu.tar
deploy:
machine: true
working_directory: ~/repo/ubuntu