Skip to content

Commit

Permalink
Merge pull request #16 from ryami333/hotfix/ci-deployment
Browse files Browse the repository at this point in the history
Attempt to fix CI
  • Loading branch information
ryami333 committed Jan 16, 2018
2 parents 469eba6 + 968a050 commit 53bd3f8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,22 @@ workflows:
version: 2
build-deploy:
jobs:
- install-job
- install-job:
filters:
tags:
only: /.*/
- build-job:
requires:
- install-job
filters:
tags:
only: /.*/
- test-job:
requires:
- install-job
filters:
tags:
only: /.*/
- deploy-job:
requires:
- test-job
Expand Down

0 comments on commit 53bd3f8

Please sign in to comment.