added call to docker build

This commit is contained in:
Wyatt Johnson
2018-02-27 18:03:52 -07:00
parent d0cfbf60be
commit 593468f0c1
+2 -4
View File
@@ -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