Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth committed Jun 29, 2019
1 parent 4342bfe commit d553ddf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
command: docker login -u $DOCKER_USER -p $DOCKER_PASS
- run:
name: Docker pull
command: docker pull $IMAGE_NAME:$CIRCLE_SHA1
command: docker-compose pull
- run:
name: Setup test volume
command: |
Expand Down Expand Up @@ -141,9 +141,7 @@
- dgoss:
requires:
- build
- test:
requires:
- build
- test
- publish:
requires:
- dgoss
Expand Down

0 comments on commit d553ddf

Please sign in to comment.