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 f1cfe27 commit 670cf1d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@
docker volume rm sc4s-results
- store_test_results:
path: test-results


publish:
environment:
IMAGE_NAME: rfaircloth/scs
Expand All @@ -135,8 +133,6 @@
name: Docker push tag
command: docker push $IMAGE_NAME:$CIRCLE_BRANCH



workflows:
version: 2
build-publish:
Expand All @@ -149,7 +145,7 @@
- requires:
- build
- publish:
requires:
- requires:
- dgoss
- test
filters:
Expand Down

0 comments on commit 670cf1d

Please sign in to comment.