Skip to content

Commit

Permalink
ci: Fix typo in workflow job
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored and arekkas committed Nov 6, 2017
1 parent e78c37e commit de53535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ workflows:
filters:
tags:
only: /.*/
- build-docker-demo:
- build-docker:
requires:
- test
- swagger
Expand All @@ -116,7 +116,7 @@ workflows:
only: /.*/
- release:
requires:
- build-docker-demo
- build-docker
filters:
tags:
only: /.*/
Expand Down

0 comments on commit de53535

Please sign in to comment.