Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth committed Jun 28, 2019
1 parent 34d05cd commit 6966e98
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- run:
name: Push Docker image
command: docker push $IMAGE_NAME:$CIRCLE_SHA1
branchtag:
publish:
environment:
IMAGE_NAME: rfaircloth/scs
docker:
Expand All @@ -47,8 +47,8 @@
version: 2
build-publish:
jobs:
- build:
- branchtag:
- build
- publish:
filters:
branches:
only:
Expand Down
17 changes: 11 additions & 6 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6966e98

Please sign in to comment.