Skip to content

Commit

Permalink
Remove deps job in circleci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thanabodee-c committed Sep 11, 2019
1 parent 01758be commit edd84b7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ workflows:
version: 2
test_and_build:
jobs:
- deps:
filters:
tags:
only: /.*/
- test:
filters:
tags:
Expand All @@ -146,14 +142,12 @@ workflows:
only: /.*/
- build-docker-images:
requires:
- deps
- test
filters:
tags:
only: /.*/
- build-linux-packages:
requires:
- deps
- test
filters:
branches:
Expand Down

0 comments on commit edd84b7

Please sign in to comment.