Skip to content

Commit

Permalink
Update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
proxeus-github authored Aug 7, 2019
1 parent 6e4f952 commit 0b3c202
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,13 @@ jobs:
root: .
paths:
- ./document-service.jar
- run:
name: List files in path
command: ls -lh

build-docker:
executor: docker-publisher
steps:
- checkout
- attach_workspace:
at: ~/project/
- run:
command: ls -lh ~/project
- setup_remote_docker
- run:
name: Build Docker image
Expand Down Expand Up @@ -132,4 +127,4 @@ workflows:
- hold
filters:
branches:
only: master
only: master

0 comments on commit 0b3c202

Please sign in to comment.