From 76403acf7ca10361089e0e314429ef25fd4baa53 Mon Sep 17 00:00:00 2001 From: CatDeployed Date: Sun, 29 Jul 2018 16:35:54 -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 69bd7a3..ace3e18 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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