Remove redundant build step.

pull/1007/head
Rick Carlino 2018-10-14 15:41:21 -05:00
parent 26e52bbdd3
commit d374763f21
1 changed files with 0 additions and 4 deletions

View File

@ -21,7 +21,3 @@ jobs:
command: |
sudo docker-compose run web rspec spec
sudo docker-compose run webpack sh run_js_build.sh
- deploy:
name: Build and push Docker image
command: |
echo "Tada!"