Browse Source

Update config.yml

main
ndrg13 6 years ago
committed by GitHub
parent
commit
4afb5cd6d1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .circleci/config.yml

5
.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
Loading…
Cancel
Save