test build

This commit is contained in:
CatDeployed 2018-07-29 16:49:58 -04:00
parent 328ec34dbd
commit 7a3908d13c

View File

@ -36,6 +36,14 @@ jobs:
machine: true machine: true
working_directory: ~/repo/ubuntu working_directory: ~/repo/ubuntu
steps: steps:
- attach_workspace:
at: /tmp/workspace
- run:
name: Load Alpine Image
command: docker load --input /tmp/workspace/postal_alpine.tar
- run:
name: Load Ubuntu Image
command: docker load --input /tmp/workspace/postal_ubuntu.tar
- run: - run:
name: Login to Docker Hub name: Login to Docker Hub
command: docker login -u $DOCKER_USER -p $DOCKER_PASS command: docker login -u $DOCKER_USER -p $DOCKER_PASS