From f8a61838ae026f1f9447490cc72e4f6b3709e4aa Mon Sep 17 00:00:00 2001 From: CatDeployed Date: Sun, 29 Jul 2018 16:31:48 -0400 Subject: [PATCH] test build --- .circleci/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9e2a883..69bd7a3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,6 +9,13 @@ jobs: - run: name: Build Postal Docker Container command: docker build -t catdeployed/postal:latest -t catdeployed/postal:alpine . + - run: + name: Export Container + command: mkdir workspace && cd workspace && docker save --output postal_alpine.tar catdeployed/postal:alpine + - persist_to_workspace: + root: workspace + paths: + - postal_alpine.tar build-ubuntu: machine: true working_directory: ~/repo/ubuntu