test build
This commit is contained in:
parent
f8a61838ae
commit
76403acf7c
|
@ -25,6 +25,13 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Build Postal Docker Container
|
name: Build Postal Docker Container
|
||||||
command: docker build -t catdeployed/postal:ubuntu .
|
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:
|
deploy:
|
||||||
machine: true
|
machine: true
|
||||||
working_directory: ~/repo/ubuntu
|
working_directory: ~/repo/ubuntu
|
||||||
|
|
Loading…
Reference in New Issue
Block a user