From 593468f0c1d63b1c24dfa1219db269a14d0e1130 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Tue, 27 Feb 2018 18:03:52 -0700 Subject: [PATCH] added call to docker build --- circle.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/circle.yml b/circle.yml index 511b07caa..2b8909f04 100644 --- a/circle.yml +++ b/circle.yml @@ -94,12 +94,10 @@ jobs: - image: circleci/node:8 steps: - checkout - - attach_workspace: - at: ~/coralproject/talk - # TODO: implement + - setup_remote_docker - run: name: Deploy the code - command: echo "Deployed!" + command: bash ./scripts/docker.sh workflows: version: 2