ndrg13
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
1 deletions
-
.circleci/config.yml
|
|
@ -125,8 +125,11 @@ workflows: |
|
|
- test_end_to_end: |
|
|
- test_end_to_end: |
|
|
requires: |
|
|
requires: |
|
|
- build |
|
|
- build |
|
|
- push_to_hub: |
|
|
|
|
|
|
|
|
- build_docker_image: |
|
|
requires: |
|
|
requires: |
|
|
- lint |
|
|
- lint |
|
|
- test |
|
|
- test |
|
|
- test_end_to_end |
|
|
- test_end_to_end |
|
|
|
|
|
- push_to_hub: |
|
|
|
|
|
requires: |
|
|
|
|
|
- build_docker_image |